Skip to content

Commit

Permalink
enable self_crop_component
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-hihara committed Nov 21, 2024
1 parent 908fc55 commit b7f05c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_x2_gen2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def str2vector(string):
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
("~/input/imu", "/sensing/imu/imu_data"),
("~/input/pointcloud", "pointcloud_raw_ex"),
("~/input/pointcloud", "self_cropped/pointcloud_ex"),
("~/output/pointcloud", "rectified/pointcloud_ex"),
],
parameters=[load_composable_node_param("distortion_corrector_node_param_file")],
Expand Down Expand Up @@ -274,7 +274,7 @@ def str2vector(string):
composable_node_descriptions=[
glog_component,
nebula_component,
# self_crop_component,
self_crop_component,
# right_mirror_crop_component,
# left_mirror_crop_component,
undistort_component,
Expand Down

0 comments on commit b7f05c4

Please sign in to comment.