-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invalid Trajectory: start point deviates from current robot state #749
Comments
If you are using binary release 0.7.13, you don't yet have the latest merge of #717, because this is not yet released. Try to build from source. I'm closing this for now. Please feel free to reopen, if the issue remains in the source build. Thank you very much for your detailed report. |
I think I am unable to reopen this issue since I'm not the one that closed it, but anyway, the source build of MoveIt (from commit with hash 4c9a74...) did not fix this issue. |
Hm. Indeed, the unittest that succeeds in Kinetic fails in Indigo. I need to have a deeper look what is missing in Indigo. |
Closed via #752 |
Description
When planning/executing multiple plans in quick succession, execution often fails with the error
Invalid Trajectory: start point deviates from current robot state more than 0.01
.My environment
Steps to reproduce
I believe the key to reproducing this error is planning/executing plans in quick succession; sleeping in between executing one trajectory and planning another mitigates this issue. I am also aggregating joint states from multiple publishers onto
/joint_states
by using thesource_list
parameter to thejoint_state_publisher
.For more background, see my post on the MoveIt Users' group here.
I believe my issue is different than these similar issues:
Based on my testing, I think the underlying cause may be linked to the following issues/PRs:
PRs 298, 717, and 350 have all been merged already. Issue 501 also references PR 717 as a possible fix. It was merged 9 days ago into
indigo_devel
according to the PR, but when I look at the branch itself it says the last commit was is 19 days ago...Does the current binary release have PR 717 integrated?
The text was updated successfully, but these errors were encountered: