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
Stack Of Tasks
pinocchio
Commits
2a8bf870
Verified
Commit
2a8bf870
authored
Aug 10, 2018
by
Justin Carpentier
Committed by
Justin Carpentier
Oct 29, 2018
Browse files
[Joint/JointGeneric] Fix method constness
parent
fbb21087
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/joint/joint-generic.hpp
View file @
2a8bf870
...
...
@@ -160,7 +160,7 @@ namespace se3
const
JointModelVariant
&
toVariant
()
const
{
return
*
static_cast
<
const
JointModelVariant
*>
(
this
);
}
JointDataDerived
createData
()
JointDataDerived
createData
()
const
{
return
::
se3
::
createData
<
JointCollection
>
(
*
this
);
}
using
Base
::
isEqual
;
...
...
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