Skip to content
Snippets Groups Projects
Commit 5bb6468a authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Update to commit 7348235 in hpp-core that allows to insert several path optim.

parent 4a7861a0
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,11 @@
/// Define initial and goal configurations.
///
/// \code
/// ps.addPathOptimizer ("RandomShortcut")
/// \endcode
/// Add a path optimizer (hpp::core::RandomShortcut).
///
/// \code
/// ps.solve ()
/// \endcode
/// Solve problem.
......
......@@ -30,6 +30,9 @@ r.loadObstacleModel ("iai_maps", "kitchen_area", "kitchen")
ps.setInitialConfig (q_init)
ps.addGoalConfig (q_goal)
ps.addPathOptimizer ("RandomShortcut")
ps.solve ()
from hpp.gepetto import PathPlayer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment