gt-marine-robotics-group / Virtuoso

ROS2 autonomy architecture for Georgia Tech Marine Robotics. Designed to be modular and work with any combination of sensors + motors.
8 stars 3 forks source link

Rrt #145

Closed mroglan closed 11 months ago

mroglan commented 11 months ago

Change made: 1) Added RRT path planner option to waypoints_node. Settings configurable in waypoints.yaml 2) Fixed indexing of the occupancy grid (offset to the right by one) 3) Added yaml params file for the occupancy grid

There is an abstract class called Planner.py which all new planners should inherit from.