From 8a0768664bd11fd9ee921c6bd6ec0b057470768a Mon Sep 17 00:00:00 2001 From: YusukeKato Date: Fri, 10 Jul 2026 10:36:03 +0900 Subject: [PATCH] =?UTF-8?q?use=5Fsim=5Ftime=E3=81=AE=E9=A0=86=E5=BA=8F?= =?UTF-8?q?=E5=85=A5=E3=82=8C=E6=9B=BF=E3=81=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sciurus17_examples/launch/demo.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sciurus17_examples/launch/demo.launch.py b/sciurus17_examples/launch/demo.launch.py index 9b7cc99..a9f363e 100644 --- a/sciurus17_examples/launch/demo.launch.py +++ b/sciurus17_examples/launch/demo.launch.py @@ -71,8 +71,8 @@ def generate_launch_description(): return LaunchDescription( [ - SetParameter(name='use_sim_time', value=LaunchConfiguration('use_sim_time')), declare_use_sim_time, + SetParameter(name='use_sim_time', value=LaunchConfiguration('use_sim_time')), declare_use_head_camera, declare_use_chest_camera, move_group,