Skip to content

Commit

Permalink
Merge branch 'main' into feature/concatenate_node_load_from_param
Browse files Browse the repository at this point in the history
  • Loading branch information
vividf authored Dec 9, 2024
2 parents aaafd80 + 3e652bf commit 897de50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def create_parameter_dict(*args):

nodes.append(
ComposableNode(
package="glog_component",
plugin="GlogComponent",
package="autoware_glog_component",
plugin="autoware::glog_component::GlogComponent",
name="glog_component",
)
)
Expand Down
2 changes: 1 addition & 1 deletion sample_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 vehicle_velocity_converter)/launch/vehicle_velocity_converter.launch.xml">
<include file="$(find-pkg-share autoware_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: 1 addition & 0 deletions sample_sensor_kit_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<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 897de50

Please sign in to comment.