#include <pose_graph_impl.h>
Public Member Functions | |
EdgeInfo (EdgeId id, NodeId from, NodeId to, double length) | |
EdgeInfo () | |
Public Attributes | |
const NodeId | from |
const EdgeId | id |
const double | length |
const NodeId | to |
Definition at line 76 of file pose_graph_impl.h.
pose_graph::EdgeInfo::EdgeInfo | ( | EdgeId | id, |
NodeId | from, | ||
NodeId | to, | ||
double | length | ||
) |
Definition at line 266 of file pose_graph.cpp.
Definition at line 272 of file pose_graph.cpp.
Definition at line 87 of file pose_graph_impl.h.
Definition at line 82 of file pose_graph_impl.h.
const double pose_graph::EdgeInfo::length |
Definition at line 90 of file pose_graph_impl.h.
Definition at line 87 of file pose_graph_impl.h.