When executing roslaunch panda_moveit_config demo_chomp.launch, I added the MotionPlanning plugin and changed Move Group to panda_arm. However, Interactive markers is missing. The reason for this can be found in the warning msg:
Loading 'move_group/MoveGroupExecuteTrajectoryAction'...
[ WARN] [1582773293.919377788]: Unable to update multi-DOF joint 'virtual_joint': Failure to lookup transform between 'world' and 'panda_link0' with TF exception: "world" passed to lookupTransform argument target_frame does not exist.
Loading 'move_group/MoveGroupGetPlanningSceneService'...
Loading 'move_group/MoveGroupKinematicsService'...
Loading 'move_group/MoveGroupMoveAction'...
Thanks for pointing out this issue.
I think, a cleaner solution is to refer to demo.launch directly as proposed in #57.
This will avoid inconsistencies in the future as well.
Closing this PR in favour of #57.
When executing
roslaunch panda_moveit_config demo_chomp.launch
, I added theMotionPlanning
plugin and changedMove Group
topanda_arm
. However, Interactive markers is missing. The reason for this can be found in the warning msg:The
world
is not added to thetf tree
.