We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f91e2f commit 90e40f5Copy full SHA for 90e40f5
1 file changed
src/Composer.h
@@ -4,6 +4,7 @@
4
5
6
#include <iostream>
7
+#include <random>
8
9
#include "NodeDataManager.h"
10
#include "PoseGraphSLAM.h"
@@ -69,7 +70,7 @@ class Composer
69
70
void pose_assember_disable() {b_pose_assember = false; }
71
72
// Returns the last element in `global_lmb` along with the timestamp
- // Returns -1 when len(global_lmb) is zero, else return the posegraph node index of it.
73
+ // Returns -1 when len(global_lmb) is zero, else return the posegraph node index of it.
74
int get_last_known_camerapose( Matrix4d& w_T_lastcam, ros::Time& stamp_of_it );
75
76
private:
0 commit comments