UbiquityRobotics / move_basic

A minimal navigation node
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Handle Lidar data with ObstacleDetector class #28

Closed jim-v closed 6 years ago

jim-v commented 6 years ago

Currently, obstacles are only detected via Lidar when moving forwards. The ObstacleDetector estimates distances to obstacles when rotating and moving backwards too. Handling Lidar and Range data in the same class will give better OO structure.