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
f348551f
Unverified
Commit
f348551f
authored
Mar 19, 2020
by
Florent Lamiraux
Committed by
GitHub
Mar 19, 2020
Browse files
Merge pull request #115 from jmirabel/devel
[Minor] Fix Frame::isFixed.
parents
81497243
d891373f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frame.cc
View file @
f348551f
...
...
@@ -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