Skip to content

Commit

Permalink
feat(aip_x1_launch): add vehicle_velocity_converter param (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Jun 5, 2023
1 parent e066a9a commit e6e894f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aip_x1_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<include file="$(find-pkg-share vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
<arg name="input_vehicle_velocity_topic" value="/vehicle/status/velocity_status"/>
<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/$(env VEHICLE_ID default)/aip_x1/vehicle_velocity_converter.param.yaml" />
</include>
</group>

Expand Down

0 comments on commit e6e894f

Please sign in to comment.