WisconsinRobotics / WRover_Software

The software system for the 2024 Wisconsin Robotics URC rover.
https://wisconsinrobotics.github.io/WRover_Software/
MIT License
6 stars 1 forks source link

Clearance implementation by Nic #38

Closed Tzanccc closed 1 year ago

Tzanccc commented 1 year ago

When avoiding obstacles using the LIDAR, not only do we want to steer away from the obstacles, but also make sure that there's enough distance between the obstacle and the body of the robot. This PR changes the obstacle avoidance logic such that it adds a "padding" to the edges of the LIDAR data.