Moveit: Invalid Trajectory: start point deviates from current robot state

Created on 23 Jan 2018  路  4Comments  路  Source: ros-planning/moveit

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

  • ROS Distro: Indigo
  • OS Version: Ubuntu 14.04
  • MoveIt Version Binary Version 0.7.13

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 the source_list parameter to the joint_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?

Most helpful comment

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.

All 4 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

giusebar picture giusebar  路  5Comments

ThanasisTs picture ThanasisTs  路  7Comments

v4hn picture v4hn  路  8Comments

davetcoleman picture davetcoleman  路  5Comments

Deastan picture Deastan  路  7Comments