Skip to content

Commit

Permalink
exampleのdemo.lauch修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mizonon committed Aug 15, 2024
1 parent e3898ed commit 553e522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crane_plus_examples/launch/demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def generate_launch_description():
default_value='/dev/ttyUSB0',
description='Set port name.'
)

declare_use_camera = DeclareLaunchArgument(
'use_camera',
default_value='false',
Expand Down Expand Up @@ -96,5 +97,7 @@ def generate_launch_description():
declare_use_camera,
declare_video_device,
move_group,
move_group_camera,
control_node,
usb_cam_node
])

0 comments on commit 553e522

Please sign in to comment.