This repository was archived by the owner on Mar 28, 2025. It is now read-only.
File tree 3 files changed +4
-3
lines changed
common_sensor_launch/launch
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ def create_parameter_dict(*args):
103
103
104
104
nodes .append (
105
105
ComposableNode (
106
- package = "glog_component " ,
107
- plugin = "GlogComponent" ,
106
+ package = "autoware_glog_component " ,
107
+ plugin = "autoware::glog_component:: GlogComponent" ,
108
108
name = "glog_component" ,
109
109
)
110
110
)
Original file line number Diff line number Diff line change 28
28
</include >
29
29
30
30
<!-- Vehicle Velocity Converter -->
31
- <include file =" $(find-pkg-share vehicle_velocity_converter )/launch/vehicle_velocity_converter.launch.xml" >
31
+ <include file =" $(find-pkg-share autoware_vehicle_velocity_converter )/launch/vehicle_velocity_converter.launch.xml" >
32
32
<arg name =" input_vehicle_velocity_topic" value =" /vehicle/status/velocity_status" />
33
33
<arg name =" output_twist_with_covariance" value =" /sensing/vehicle_velocity_converter/twist_with_covariance" />
34
34
</include >
Original file line number Diff line number Diff line change 12
12
13
13
<exec_depend >autoware_gnss_poser</exec_depend >
14
14
<exec_depend >autoware_pointcloud_preprocessor</exec_depend >
15
+ <exec_depend >autoware_vehicle_velocity_converter</exec_depend >
15
16
<exec_depend >common_sensor_launch</exec_depend >
16
17
<exec_depend >tamagawa_imu_driver</exec_depend >
17
18
<exec_depend >topic_tools</exec_depend >
You can’t perform that action at this time.
0 commit comments