Skip to content

Commit 8a07686

Browse files
committed
use_sim_timeの順序入れ替え
1 parent 67e31ff commit 8a07686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sciurus17_examples/launch/demo.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def generate_launch_description():
7171

7272
return LaunchDescription(
7373
[
74-
SetParameter(name='use_sim_time', value=LaunchConfiguration('use_sim_time')),
7574
declare_use_sim_time,
75+
SetParameter(name='use_sim_time', value=LaunchConfiguration('use_sim_time')),
7676
declare_use_head_camera,
7777
declare_use_chest_camera,
7878
move_group,

0 commit comments

Comments
 (0)