Skip to content

Commit 90e40f5

Browse files
committed
#include random in composer
1 parent 2f91e2f commit 90e40f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Composer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
#include <iostream>
7+
#include <random>
78

89
#include "NodeDataManager.h"
910
#include "PoseGraphSLAM.h"
@@ -69,7 +70,7 @@ class Composer
6970
void pose_assember_disable() {b_pose_assember = false; }
7071

7172
// Returns the last element in `global_lmb` along with the timestamp
72-
// 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.
7374
int get_last_known_camerapose( Matrix4d& w_T_lastcam, ros::Time& stamp_of_it );
7475

7576
private:

0 commit comments

Comments
 (0)