Skip to content

Commit

Permalink
fix: add autoware_ prefix to pointcloud_preprocessor (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#620)

fix: Added autoware_ prefix to pointcloud_preprocessor

Signed-off-by: softyanija <[email protected]>
  • Loading branch information
softyanija authored Nov 25, 2024
1 parent 5672335 commit 25e84f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ You can create <YOUR-LIDAR-MODEL>.launch.xml for common sensor launch,
please check [`hesai_PandarQT64.launch.xml`](https://github.com/leo-drive/tutorial_vehicle_sensor_kit_launch/blob/main/common_sensor_launch/launch/hesai_PandarQT64.launch.xml) as an example.

The [nebula_node_container.py](https://github.com/autowarefoundation/sample_sensor_kit_launch/blob/main/common_sensor_launch/launch/nebula_node_container.launch.py) creates the Lidar pipeline for autoware,
the pointcloud preprocessing pipeline is constructed for each lidar please check [pointcloud_preprocessor](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/pointcloud_preprocessor) package for filters information as well.
the pointcloud preprocessing pipeline is constructed for each lidar please check [autoware_pointcloud_preprocessor](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/autoware_pointcloud_preprocessor) package for filters information as well.

For example, If you want to change your `outlier_filter` method,
you can modify the pipeline components like this way:
Expand Down

0 comments on commit 25e84f6

Please sign in to comment.