1 #ifndef G2O_EDGE_CREATOR_ 2 #define G2O_EDGE_CREATOR_ 22 EdgeCreatorEntry(
const std::string& edgeTypeName,
const std::vector<int>& parameterIds)
23 :_edgeTypeName(edgeTypeName), _parameterIds(parameterIds) {}
26 :_edgeTypeName(edgeTypeName){}
32 typedef std::map<std::string, EdgeCreatorEntry>
EntryMap;
40 bool addAssociation(
const std::string& vertexTypes,
const std::string& edgeType);
49 bool addAssociation(
const std::string& vertexTypes,
const std::string& edgeType,
const std::vector<int>& parameterIds);
53 bool removeAssociation(std::string vertexTypes);
EntryMap _vertexToEdgeMap
std::map< std::string, EdgeCreatorEntry > EntryMap
#define G2O_HIERARCHICAL_API
EdgeCreatorEntry(const std::string &edgeTypeName)
std::string _edgeTypeName
EdgeCreatorEntry(const std::string &edgeTypeName, const std::vector< int > ¶meterIds)
std::vector< int > _parameterIds
Protocol The SLAM executable accepts such as solving the and retrieving or vertices in the explicitly state the reprensentation poses are represented by poses by VERTEX_XYZRPY In the Quaternions and other representations could be but note that it is up to the SLAM algorithm to choose the internal representation of the angles The keyword is followed by a unique vertex ID and an optional initialization of the or edges in the explicitly state the type of the constraint pose constraints are given by pose constraints by EDGE_XYZRPY The keyword is followed by a unique edge the IDs of the referenced vertices