You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the error MotionGenStatus.DT_EXCEPTION, and cannot fix it. Later I found that in the inner code of _plan_from_solve_state funtion, seed_traj will become all zero after _solve_trajopt_from_solve_state.
But when I play the simple_stacking.py example, It won't produce result like this. Is there any advice or tips to find out what is wrong? Thanks for all the useful information!!
The text was updated successfully, but these errors were encountered:
Hi! @balakumar-s I have another question, I found that when I successfully call plan_single with pose_cost_metric set.
The first call will return the result as I want link this
But the second call will return Unexpected result link this
I wonder if there is a way to make the function return result like the first one all the time. Can I get this by tuning parameters?
@balakumar-s Thanks for reply, I try to use motion_gen.reset(reset_seed=True) as follow, but still get the same result. i.e first call I get the result I want, but second call will get the unexpected result.
I tried the
plan_single
function with PoseCostMetric link the following code(mainly according to simple_stacking.py sample code).I got the error MotionGenStatus.DT_EXCEPTION, and cannot fix it. Later I found that in the inner code of
_plan_from_solve_state
funtion, seed_traj will becomeall zero
after _solve_trajopt_from_solve_state.But when I play the simple_stacking.py example, It won't produce result like this. Is there any advice or tips to find out what is wrong? Thanks for all the useful information!!
The text was updated successfully, but these errors were encountered: