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
2b30380c
Commit
2b30380c
authored
Jun 27, 2019
by
Pierre Fernbach
Browse files
[test] update kinodynamic test to the renaming of kinodynamic/forceOrientation parameter
parent
79a1d351
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-kinodynamic.cc
View file @
2b30380c
...
...
@@ -589,7 +589,7 @@ BOOST_AUTO_TEST_CASE (kinodynamicOriented) {
ProblemPtr_t
p
=
Problem
::
create
(
robot
);
p
->
setParameter
(
std
::
string
(
"Kinodynamic/velocityBound"
),
Parameter
(
vMax
));
p
->
setParameter
(
std
::
string
(
"Kinodynamic/accelerationBound"
),
Parameter
(
aMax
));
p
->
setParameter
(
std
::
string
(
"Kinodynamic/forceOrientation"
),
Parameter
(
true
));
p
->
setParameter
(
std
::
string
(
"Kinodynamic/force
All
Orientation"
),
Parameter
(
true
));
steeringMethod
::
KinodynamicPtr_t
sm
=
steeringMethod
::
Kinodynamic
::
create
(
*
p
);
...
...
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