$ cd panda_moveit_config
$ git checkout noetic-devel
$ catkin build
$ roslaunch panda_moveit_config franka_control.launch robot_ip:=<MY-ROBOT>
...
[ERROR] Could not load controller 'franka_gripper' because controller type 'GripperCommand' does not exist.
...
Fix
The gripper controller is automatically started in franka_control (whenever use_gripper:=true), simply don't try to start it =)
Steps to reproduce
Fix
The gripper controller is automatically started in franka_control (whenever
use_gripper:=true
), simply don't try to start it =)