Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 15342ec

Browse files
authored
fix(awsim_labs_sensor_kit_launch): add autoware prefix to vehicle_velocity_converter (#11)
Signed-off-by: a-maumau <[email protected]>
1 parent c47d294 commit 15342ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

awsim_labs_sensor_kit_launch/launch/sensing.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- GNSS Drives in not needed because the AWSIM already publishes both gnss pose and pose with covariance topics -->
2424

2525
<!-- Vehicle Velocity Converter -->
26-
<include file="$(find-pkg-share vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
26+
<include file="$(find-pkg-share autoware_vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
2727
<arg name="input_vehicle_velocity_topic" value="/vehicle/status/velocity_status"/>
2828
<arg name="output_twist_with_covariance" value="/sensing/vehicle_velocity_converter/twist_with_covariance"/>
2929
</include>

awsim_labs_sensor_kit_launch/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<exec_depend>autoware_gnss_poser</exec_depend>
1313
<exec_depend>autoware_pointcloud_preprocessor</exec_depend>
14+
<exec_depend>autoware_vehicle_velocity_converter</exec_depend>
1415
<exec_depend>common_sensor_launch</exec_depend>
1516
<exec_depend>tamagawa_imu_driver</exec_depend>
1617
<exec_depend>topic_tools</exec_depend>

0 commit comments

Comments
 (0)