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 experience this issue when building MoveIt from source at 0.9.18 on Xenial/Kinetic, specifically using a single orientation path constraint. I still need to confirm if this happens on the distributed versions on Kinetic/Melodic/Noetic.
This error does not occur during planning without path constraints
Planning with the joint space state model
The culprit appears to be the ASSUMED_FIXED_ROOT_JOINT
The culprit seems to be the ASSUMED_FIXED_ROOT_JOINT (as revealed by a print statement I added in the MoveIt code), but the debugger shows that the robot_state_ object doesn't actually have any dirty link transforms
Using this plugin as the IK solver during OMPL planning with path constraints (using RRT connect) results in the following assertion error:
I experience this issue when building MoveIt from source at 0.9.18 on Xenial/Kinetic, specifically using a single orientation path constraint. I still need to confirm if this happens on the distributed versions on Kinetic/Melodic/Noetic.
This error does not occur during planning without path constraints
Planning with the joint space state model
The culprit appears to be the
ASSUMED_FIXED_ROOT_JOINT
Debug variable state at assertion failure
Planning with cartesian space state model
The culprit seems to be the
ASSUMED_FIXED_ROOT_JOINT
(as revealed by a print statement I added in the MoveIt code), but the debugger shows that therobot_state_
object doesn't actually have any dirty link transformsDebug variable state at assertion failure
Possible Solutions
This seems to be the same or a similar issue to this one which was apparently already addressed by a couple of pull requests.
I've also tried adding calls to
RobotState::update
andRobotState::updateLinkTransforms
after callingsetJointGroupPositions
below to no availsampling_kinematics_plugin/sampling_kinematics_plugin/src/external_axis_sampling_kinematics_plugin.cpp
Line 212 in af054c3
The text was updated successfully, but these errors were encountered: