Public Attributes
pose_graph::ShortestPathResult Struct Reference

Result of a shortest path query. More...

#include <pose_graph.h>

List of all members.

Public Attributes

double cost
 Cost of path.
std::vector< EdgeIdedges
 Edges in path from source to destination; not currently filled in.
std::vector< NodeIdnodes
 Nodes in path starting at source, ending at destination.
bool path_found
 Whether a path was found; other fields only valid if this is true.

Detailed Description

Result of a shortest path query.

Definition at line 60 of file pose_graph.h.


Member Data Documentation

Cost of path.

Definition at line 72 of file pose_graph.h.

Edges in path from source to destination; not currently filled in.

Definition at line 69 of file pose_graph.h.

Nodes in path starting at source, ending at destination.

Definition at line 66 of file pose_graph.h.

Whether a path was found; other fields only valid if this is true.

Definition at line 63 of file pose_graph.h.


The documentation for this struct was generated from the following file:


pose_graph
Author(s): Bhaskara Marthi
autogenerated on Tue Jan 7 2014 11:17:16