diff --git a/crane_plus_gazebo/launch/crane_plus_with_table.launch.py b/crane_plus_gazebo/launch/crane_plus_with_table.launch.py index 6cc90de..38c56e0 100644 --- a/crane_plus_gazebo/launch/crane_plus_with_table.launch.py +++ b/crane_plus_gazebo/launch/crane_plus_with_table.launch.py @@ -117,10 +117,8 @@ def generate_launch_description(): ) spawn_gripper_controller = ExecuteProcess( - cmd=[ - 'ros2 run controller_manager spawner ' - 'crane_plus_gripper_controller' - ], + cmd=['ros2 run controller_manager spawner ' + 'crane_plus_gripper_controller'], shell=True, output='screen', )