Skip to content

Commit

Permalink
feat(aip_x2_gen2_launch): enbale topic_state_monitor (#338)
Browse files Browse the repository at this point in the history
* enbale topic_state_monitor

* ci(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kotaro-hihara and pre-commit-ci[bot] authored Nov 6, 2024
1 parent b3f4126 commit b9668dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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_gen2_launch)/launch/topic_state_monitor.launch.py"/>

</group>

</launch>

0 comments on commit b9668dd

Please sign in to comment.