Skip to content

Commit

Permalink
spawn_gripper_contolollerの記述を他のコントローラの記述と合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
mizonon committed Dec 12, 2024
1 parent f216eff commit cad9fff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crane_plus_gazebo/launch/crane_plus_with_table.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)
Expand Down

0 comments on commit cad9fff

Please sign in to comment.