Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-rbprm-corba
Commits
8f82e740
Commit
8f82e740
authored
Jan 20, 2016
by
Pierre Fernbach
Committed by
Steve Tonneau
Jan 27, 2016
Browse files
update relative to change in hpp-core devel (commit f1fb840)
parent
05777058
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rbprmbuilder.impl.hh
View file @
8f82e740
...
...
@@ -55,8 +55,9 @@ namespace hpp {
{
hpp
::
model
::
RbPrmDevicePtr_t
robotcast
=
boost
::
static_pointer_cast
<
hpp
::
model
::
RbPrmDevice
>
(
robot
);
hpp
::
rbprm
::
RbPrmValidationPtr_t
validation
(
hpp
::
rbprm
::
RbPrmValidation
::
create
(
robotcast
,
romFilter_
,
normalFilter_
));
hpp
::
core
::
CollisionPathValidationReport
defaultValidation
;
return
hpp
::
core
::
DiscretizedCollisionChecking
::
createWithValidation
(
robot
,
val
,
defaultValidation
,
validation
);
hpp
::
core
::
DiscretizedCollisionCheckingPtr_t
collisionChecking
=
hpp
::
core
::
DiscretizedCollisionChecking
::
create
(
robot
,
val
);
collisionChecking
->
add
(
validation
);
return
collisionChecking
;
}
hpp
::
core
::
ProblemSolverPtr_t
problemSolver_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment