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
Humanoid Path Planner
hpp-pinocchio
Commits
d891373f
Commit
d891373f
authored
Mar 10, 2020
by
Joseph Mirabel
Browse files
[Minor] Fix Frame::isFixed.
parent
81497243
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frame.cc
View file @
d891373f
...
...
@@ -77,7 +77,7 @@ namespace hpp {
bool
Frame
::
isFixed
()
const
{
return
pinocchio
().
type
=
=
::
pinocchio
::
FIXED_
JOINT
;
return
pinocchio
().
type
!
=
::
pinocchio
::
JOINT
;
}
JointPtr_t
Frame
::
joint
()
const
...
...
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