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-core
Commits
b88fe107
Commit
b88fe107
authored
Feb 21, 2019
by
Florent Lamiraux
Committed by
Joseph Mirabel
Feb 21, 2019
Browse files
[ReedsShepp] Fix detection of root joint.
parent
60fb7ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/steering-method/car-like.cc
View file @
b88fe107
...
...
@@ -47,7 +47,7 @@ namespace hpp {
rho_
(
turningRadius
),
xy_
(
xyJoint
),
rz_
(
rzJoint
),
xyId_
(
xy_
->
rankInConfiguration
()),
wheels_
(
wheels
),
weak_
()
{
if
(
rz_
->
jointModel
().
class
name
()
==
"JointModelPlanar"
)
{
if
(
rz_
->
jointModel
().
short
name
()
==
"JointModelPlanar"
)
{
rzId_
=
rz_
->
rankInConfiguration
()
+
2
;
}
else
{
rzId_
=
rz_
->
rankInConfiguration
();
...
...
Write
Preview
Markdown
is supported
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