Skip to content

Commit

Permalink
feat: nebula_hw_monitor is not started except when simulation is running
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi authored and Autumn60 committed Sep 17, 2024
1 parent 72efcd9 commit e209c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aip_x1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<arg name="config_file" value="$(find-pkg-share individual_params)/config/$(var vehicle_id)/aip_x1/xt32.csv" />
<arg name="launch_driver" value="$(var launch_driver)" />
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)" />
<arg name="container_name" value="pointcloud_container"/>
</include>
</group>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def create_parameter_dict(*args):
),
},
],
condition=IfCondition(LaunchConfiguration("launch_driver")),
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
)
Expand Down

0 comments on commit e209c15

Please sign in to comment.