andrewbmills / local_planner

ROS implementation of A* on a 3D voxel-based cost map. Inputs include a start position, goal position, and a PointCloud2 map topic. Output is a path topic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local_planner

A 3D implimentation of A* in ROS.

About

ROS implementation of A* on a 3D voxel-based cost map. Inputs include a start position, goal position, and a PointCloud2 map topic. Output is a path topic.


Languages

Language:C++ 99.0%Language:CMake 1.0%