An open API service indexing awesome lists of open source software.

https://github.com/um-arm-lab/unknown_graph_planner

Graph Search library for bsaund's research
https://github.com/um-arm-lab/unknown_graph_planner

Last synced: 7 months ago
JSON representation

Graph Search library for bsaund's research

Awesome Lists containing this project

README

          

# Unknown Graph Planner

This library contains several tools for planning on a graph. The key concept is the edge validity is not known. This is the concept of a Roadmap from the Motion Planning literature.
Visualiziation tools are provided for 2D graphs.

This repo is not a pure library, and has many experimental ideas across a variety of problems

## Dependencies
1. Ros
2. arc_utilities

## Basic Demo
1. Open Rviz, using the `graph.rviz` file
2. run `rosrun graph_planner simple_graph_example`