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-model
Commits
9f20a98a
Commit
9f20a98a
authored
Oct 13, 2014
by
Joseph Mirabel
Committed by
Joseph Mirabel
Oct 14, 2014
Browse files
Fix bug in Joint copy constructor
parent
90565d9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/joint.cc
View file @
9f20a98a
...
...
@@ -59,6 +59,7 @@ namespace hpp {
children_
(),
parent_
(),
rankInConfiguration_
(
-
1
),
rankInVelocity_
(
-
1
),
rankInParent_
(
-
1
)
{
neutralConfiguration_
=
joint
.
neutralConfiguration
();
}
Joint
::~
Joint
()
...
...
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