MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / GlobalMap

Method GlobalMap

pose_graph/src/pose_graph/GlobalMapping.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29GlobalMap::GlobalMap() {
30 loop_closure_optimization_finished_ = false;
31 last_loop_closure_optimization_time_ = 0;
32}
33
34void GlobalMap::addLandmark(const Eigen::Vector3d& global_pos,
35 uint64_t landmark_id,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected