How to plan trajectory using only Graph Planner? #203
Replies: 3 comments 2 replies
-
But when I set |
Beta Was this translation helpful? Give feedback.
-
For both cases, you can get trajectory with: |
Beta Was this translation helpful? Give feedback.
-
result = motion_gen.plan_single_js(start_state, goal_state, MotionGenPlanConfig( print all time takenprint("Time taken for graph_time: ", result.graph_time) check the number of valid states in graphtraj = result.get_interpolated_plan() |
Beta Was this translation helpful? Give feedback.
-
When I set
enable_graph=True, enable_opt=False
, the result shows thatresult.graph_plan
is none.Beta Was this translation helpful? Give feedback.
All reactions