Skip to content

Commit

Permalink
remove crop box filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro-hihara committed Nov 14, 2024
1 parent 20d492d commit 0099136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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", "mirror_cropped/pointcloud_ex"),
("~/input/pointcloud", "pointcloud_raw_ex"),
("~/output/pointcloud", "rectified/pointcloud_ex"),
],
parameters=[load_composable_node_param("distortion_corrector_node_param_file")],
Expand Down Expand Up @@ -274,9 +274,9 @@ def str2vector(string):
composable_node_descriptions=[
glog_component,
nebula_component,
self_crop_component,
right_mirror_crop_component,
left_mirror_crop_component,
#self_crop_component,
#right_mirror_crop_component,
#left_mirror_crop_component,
undistort_component,
],
)
Expand Down

0 comments on commit 0099136

Please sign in to comment.