RoboJackets / roboracing-software

ROS packages for the RoboJackets RoboRacing team.
https://robojackets.org/teams/roboracing/
MIT License
75 stars 52 forks source link

Add 3D Lidar Thresholding #366

Closed wbeard01 closed 3 years ago

wbeard01 commented 3 years ago

-Implemented pcl_ros passthrough nodelet from http://wiki.ros.org/pcl_ros/Tutorials/PassThrough%20filtering. -Min and max z values configurable through the nodelet's launch file lidar_z_threshold.launch. -Included the nodelet's launch file in mapping_sim.launch.

Example thresholding can be found here.

Resolves #357.