Tesseract
Motion Planning Environment
|
Holds the shortest path information. More...
#include <graph.h>
Public Attributes | |
std::vector< std::string > | links |
a list of links along the shortest path More... | |
std::vector< std::string > | joints |
A list of joints along the shortest path. More... | |
std::vector< std::string > | active_joints |
A list of active joints along the shortest path. More... | |
Holds the shortest path information.
std::vector<std::string> tesseract_scene_graph::ShortestPath::active_joints |
A list of active joints along the shortest path.
std::vector<std::string> tesseract_scene_graph::ShortestPath::joints |
A list of joints along the shortest path.
std::vector<std::string> tesseract_scene_graph::ShortestPath::links |
a list of links along the shortest path