Skip to content

Commit

Permalink
[SS] updated glog component name with autoware prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
subramanians1 committed Dec 6, 2024
1 parent fe01da9 commit 508c380
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def create_parameter_dict(*args):

nodes.append(
ComposableNode(
package="glog_component",
package="autoware_glog_component",
plugin="GlogComponent",
name="glog_component",
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sensor_kit_base_link:
os1_top_base_link: # Lidar
x: 0.0
os1_top_base_link: # Lidar
x: 0.1
y: 0.0
z: 0.0
roll: 0.0
Expand Down
1 change: 1 addition & 0 deletions prius_sensor_kit_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>velodyne_description</depend>
<depend>ouster_description</depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 1 addition & 1 deletion prius_sensor_kit_description/urdf/sensor_kit.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<xacro:property name="calibration" value="${xacro.load_yaml('$(arg config_dir)/sensor_kit_calibration.yaml')}"/>

<!-- lidar -->
<xacro:OS1-128 parent="sensor_kit_base_link" name="os1_top" topic="/points_raw" hz="10" samples="220">
<xacro:OS1-128 parent="sensor_kit_base_link" name="os1_top" topic_points="/points_raw" hz="10" samples="220">
<origin
xyz="${calibration['sensor_kit_base_link']['os1_top_base_link']['x']}
${calibration['sensor_kit_base_link']['os1_top_base_link']['y']}
Expand Down

0 comments on commit 508c380

Please sign in to comment.