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
1c29a3ae
Commit
1c29a3ae
authored
Jun 27, 2019
by
Pierre Fernbach
Browse files
rename parameter kinodynamic/forceOrientation to kinodynamic/forceAllOrientation
parent
2c905325
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/steering-method/steering-kinodynamic.cc
View file @
1c29a3ae
...
...
@@ -188,7 +188,7 @@ namespace hpp {
synchronizeVerticalAxis_
=
problem_
.
getParameter
(
std
::
string
(
"Kinodynamic/synchronizeVerticalAxis"
)).
boolValue
();
hppDout
(
notice
,
"synchronizeVerticalAxis in steering method = "
<<
synchronizeVerticalAxis_
);
orientedPath_
=
problem_
.
getParameter
(
std
::
string
(
"Kinodynamic/forceOrientation"
)).
boolValue
();
orientedPath_
=
problem_
.
getParameter
(
std
::
string
(
"Kinodynamic/force
All
Orientation"
)).
boolValue
();
hppDout
(
notice
,
"oriented path : "
<<
orientedPath_
);
}
...
...
@@ -530,7 +530,7 @@ namespace hpp {
"The maximal magnitude of the acceleration along the z axis. "
,
Parameter
(
10.
)));
Problem
::
declareParameter
(
ParameterDescription
(
Parameter
::
BOOL
,
"Kinodynamic/forceOrientation"
,
"Kinodynamic/force
All
Orientation"
,
"If true, the orientation of the root is always aligned with the velocity"
,
Parameter
(
false
)));
Problem
::
declareParameter
(
ParameterDescription
(
Parameter
::
BOOL
,
...
...
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