-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trajectory slider plays for the previous goal when a plan for the new goal is unavailable #526
Comments
Weeeell... I can see how this can be confusing. Knowing the internal structure of the plugins, the current behavior makes sense to me. |
Would there be any issue when |
I don't like that behavior.
We wanted the user to be able to re"Play" the current trajectory over and over again (as a more controlled version of "loop animation"),
so the play should not trigger planning.
I suppose we could remove the current trajectory whenever the user pressed "Plan" or "Plan&Execute", so that there is *no* plan anymore when planning fails.
Would that help?
|
That makes sense.
+1 |
It can be confusing to see the old trajectory even though the user already requested a new plan. This is especially annoying in case the second planning request fails! Fixes moveit#526
It can be confusing to see the old trajectory even though the user already requested a new plan. This is especially annoying in case the second planning request fails! Fixes moveit#526
…://github.com/ros-planning/moveit/pull/531>`_) It can be confusing to see the old trajectory even though the user already requested a new plan. This is especially annoying in case the second planning request fails! Fixes #526 disable slider panel state appropriately on 0 waypoint update [moveit_ros/visualization] C++ format glitch (see https://travis-ci.org/ros-planning/moveit/jobs/244899864#L163).
Thanks for the nice feature @Jntzko @v4hn #491!
Description
Pressing
Play
button onTrajectory Slider
panel shows older trajectory, when a plan for the current goal is not available.Without knowing if this behavior is intended, this can be simply confusing.
Your environment
Steps to reproduce
Using right hand eef,
Plan and Execute
.Plan
.Play
" on Trajectory Slider.Expected behaviour
Show waypoints along the trajectory for the current goal.UPDATE 20170617 Do not play any trajectory when a planning with the goal currently set failed.
Actual behaviour
Explained in
Description
section.The text was updated successfully, but these errors were encountered: