MoveIt's motion planning model does not match RobotModel's
Dear all,
I have a robot arm attached to a linear actuator in Gazebo. MoveIt has been set up for the arm without issues.
I proceeded to combine the URDF of the arm and the linear actuator. I'm able to view the combined model in RVIZ.
When I move the linear actuator, RobotModel updates accordingly. However, MotionPlanning does not, i.e. it thinks the actuator has not moved. Moving the arm still works, and they update the arm for both models. So I am seeing two representations in RVIZ, which I'm guessing should not be the right behaviour...
Any pointers on how to debug this would really be appreciated, as I have been struggling with this for some time! Thanks :)