Skip to content

Commit

Permalink
enbale topic_state_monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-hihara committed Nov 5, 2024
1 parent b3f4126 commit 743f9c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions aip_x2_gen2_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<arg name="launch_driver" default="true" description="do launch driver"/>
<arg name="vehicle_mirror_param_file" description="path to the file of vehicle mirror position yaml"/>
<arg name="pointcloud_container_name" default="pointcloud_containerE"/>
<arg name="pointcloud_container_name" default="pointcloud_container"/>
<arg name ="vehicle_id" default="$(env VEHICLE_ID default)" />

<group>
Expand Down Expand Up @@ -35,6 +35,10 @@
<arg name="output_twist_with_covariance" value="/sensing/vehicle_velocity_converter/twist_with_covariance"/>
<arg name="config_file" value="$(find-pkg-share individual_params)/config/$(var vehicle_id)/aip_x2_gen2/vehicle_velocity_converter.param.yaml" />
</include>

<!-- Topic state monitor for each sensor -->
<include file="$(find-pkg-share aip_x2_launch)/launch/topic_state_monitor.launch.py"/>

</group>

</launch>
</launch>

0 comments on commit 743f9c2

Please sign in to comment.