Swarm-SLAM
1.0.0
C-SLAM Framework
|
#include "cslam/back_end/decentralized_pgo.h"
Go to the source code of this file.
Macros | |
#define | MAP_FRAME_ID(id) "robot" + std::to_string(id) + "_map" |
#define | CURRENT_FRAME_ID(id) "robot" + std::to_string(id) + "_current_pose" |
#define | LATEST_OPTIMIZED_FRAME_ID(id) "robot" + std::to_string(id) + "_latest_optimized_pose" |
#define CURRENT_FRAME_ID | ( | id | ) | "robot" + std::to_string(id) + "_current_pose" |
Definition at line 4 of file decentralized_pgo.cpp.
#define LATEST_OPTIMIZED_FRAME_ID | ( | id | ) | "robot" + std::to_string(id) + "_latest_optimized_pose" |
Definition at line 5 of file decentralized_pgo.cpp.
#define MAP_FRAME_ID | ( | id | ) | "robot" + std::to_string(id) + "_map" |
Definition at line 3 of file decentralized_pgo.cpp.