Skip to content

Commit

Permalink
Revert "[SS] changes as per PR fix(sample_sensor_kit_launch): add aut…
Browse files Browse the repository at this point in the history
…oware prefix to vehicle_velocit… #2"

This reverts commit 7160f98.
  • Loading branch information
subramanians1 committed Dec 6, 2024
1 parent 508c380 commit e784567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion prius_sensor_kit_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</include> -->

<!-- Vehicle Velocity Converter -->
<include file="$(find-pkg-share autoware_vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
<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"/>
</include>
Expand Down
1 change: 0 additions & 1 deletion prius_sensor_kit_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<exec_depend>autoware_gnss_poser</exec_depend>
<exec_depend>autoware_pointcloud_preprocessor</exec_depend>
<exec_depend>autoware_vehicle_velocity_converter</exec_depend>
<exec_depend>common_sensor_launch</exec_depend>
<exec_depend>tamagawa_imu_driver</exec_depend>
<exec_depend>topic_tools</exec_depend>
Expand Down

0 comments on commit e784567

Please sign in to comment.