Skip to content

Commit

Permalink
fix: remapped the pointclouds to use the new point type and added the…
Browse files Browse the repository at this point in the history
… undistortion param file

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Jul 18, 2024
1 parent ed8ca33 commit aeec0a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aip_x2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@ def str2vector(string):
},
],
remappings=[
("aw_points", "pointcloud_raw"),
("aw_points_ex", "pointcloud_raw_ex"),
# ("aw_points", "pointcloud_raw"),
# ("aw_points_ex", "pointcloud_raw_ex"),
("pandar_points", "pointcloud_raw_ex"),
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**:
ros__parameters:
base_frame: base_link
use_imu: true
use_3d_distortion_correction: false

0 comments on commit aeec0a0

Please sign in to comment.