moveit / panda_moveit_config

The Panda robot is the flagship MoveIt integration robot
http://docs.ros.org/kinetic/api/moveit_tutorials/html/
102 stars 170 forks source link

*Bug* on fake and simple controllers controllers #129

Closed rafaelrojasmiliani closed 1 year ago

rafaelrojasmiliani commented 1 year ago

roslaunchcan fail when loading parameters for simple and fake controllers here and here respectively, the command does not substitute the arm_id variable because <arg name="arm_id" default="panda" /> is missing in the corresponding launch files.

rhaschke commented 1 year ago

These files are included from move_group.launch via trajectory_execution.launch.xml, both times using pass_all_args="true". Thus arm_id (and other args) are inherited from move_group.launch. You should not launch those files directly.