Skip to content

Commit

Permalink
Merge pull request #153 from tier4/fix/mapping_pointcloud_topic_name
Browse files Browse the repository at this point in the history
fix(extrinsic_calibration_manager): rename mapping pointcloud topic for xx1
  • Loading branch information
muraki-t4 authored Feb 15, 2024
2 parents 75f0371 + 3c24a4a commit e4d59eb
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
velodyne_rear]"/>

<let name="mapping_lidar_frame" value="velodyne_top"/>
<let name="mapping_pointcloud" value="/sensing/lidar/top/outlier_filtered/pointcloud"/>
<let name="mapping_pointcloud" value="/sensing/lidar/top/pointcloud"/>
<!--let name="predicted_objects" value="/perception/object_recognition/objects" /-->
<let name="detected_objects" value="/perception/object_recognition/detection/objects"/>

Expand Down Expand Up @@ -103,13 +103,10 @@
/sensing/camera/traffic_light/image_rect_color/compressed]"
/>

<let
name="calibration_pointcloud_topics"
value="[
/sensing/lidar/left/outlier_filtered/pointcloud,
/sensing/lidar/right/outlier_filtered/pointcloud,
/sensing/lidar/rear/outlier_filtered/pointcloud]"
/>
<let name="calibration_pointcloud_topics" value="[
/sensing/lidar/left/pointcloud,
/sensing/lidar/right/pointcloud,
/sensing/lidar/rear/pointcloud]"/>

<arg name="rviz"/>
<let name="rviz_profile" value="$(find-pkg-share extrinsic_mapping_based_calibrator)/rviz/xx1.rviz"/>
Expand Down

0 comments on commit e4d59eb

Please sign in to comment.