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
b3851402
Commit
b3851402
authored
Nov 21, 2018
by
Pierre Fernbach
Browse files
adapte to change in hpp-pinocchio
parent
859e7eee
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake
@
37328d71
Compare
9965dbcd
...
37328d71
Subproject commit
9965dbcd2a37edbc98707573c05512d838e64c10
Subproject commit
37328d715825baa3bdd7860f8561c68a0a3ff76c
src/rbprmbuilder.impl.cc
View file @
b3851402
...
...
@@ -62,8 +62,8 @@ namespace hpp {
typedef
spline
::
bezier_curve
<>
bezier
;
namespace
impl
{
const
pinocchio
::
Device
::
Computation_t
flag
=
static_cast
<
pinocchio
::
Device
::
Computation_t
>
(
pinocchio
::
Device
::
JOINT_POSITION
|
pinocchio
::
Device
::
JACOBIAN
|
pinocchio
::
Device
::
COM
);
const
pinocchio
::
Computation_t
flag
=
static_cast
<
pinocchio
::
Computation_t
>
(
pinocchio
::
JOINT_POSITION
|
pinocchio
::
JACOBIAN
|
pinocchio
::
COM
);
RbprmBuilder
::
RbprmBuilder
()
:
POA_hpp
::
corbaserver
::
rbprm
::
RbprmBuilder
()
...
...
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