-
Notifications
You must be signed in to change notification settings - Fork 1
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
Moveit Invalid Trajectory: start point deviates from current robot state #67
Comments
I'm having the same error while planning in stomp. How do i solve it? I set it to 0 to disable it, but still receiving the error! What is going on? |
since, i was having the same problem, i modified trajectory_execution.pipepine.xml file in moveit generated package. |
I am having the same issue. I am using interbotix viper arm and it is holding a camera with global shutters at the end effector. |
@dieterwuytens I had the same problem today when trying to plan using the python interface and STOMP but it worked perfectly in rviz. So i fixed it by setting the start state of the robot before planning, manually like this:
|
Aaahh. thanks. that might help. I will try it out soon. |
It didn't work . Can't figure out reliable solution for this error. Sometimes code runs well but many times it doesn't run due to this issue. Control is aborted and robot arm doesn't go to goal position. |
Anybody figure this out? Still have the same issue with ROS2, MoveIt2 |
This issue is about Moveit! not the joint trajectory controller.
Solution:
set ros param
allowed_start_tolerance
:set 0 will disable the check.
disable executation duration monitoring:
Reference
The text was updated successfully, but these errors were encountered: