Skip to content
Snippets Groups Projects
Unverified Commit cfe7d445 authored by Thore Goll's avatar Thore Goll Committed by GitHub
Browse files

Don't load/start franka_gripper as ROS controller (#99)

franka_ros doesn't provide a ros_control controller for the gripper, but a GripperCommand action server.
Thus, there is no need to load/start the gripper controller (via ros_control).
parent c90c7978
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@
<!-- Load and start the controllers -->
<node ns="/" name="controller_spawner" pkg="controller_manager" type="spawner" respawn="false" output="screen"
args="$(arg transmission)_joint_trajectory_controller franka_gripper" />
args="$(arg transmission)_joint_trajectory_controller" />
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment