We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469c9a commit ecdfc1eCopy full SHA for ecdfc1e
1 file changed
README.md
@@ -22,4 +22,12 @@ The visualization marker is a `LINE_STRIP` at all pose. The LINE_STRIP will be
22
to denote the poses have been processed by ceres::Solve(). Green colored lines means those poses
23
are purely odometry and have not yet been ceres::Solved()d.
24
25
-With very minor edits it is also possible to have camera visuals plotted. Camera visuals are disabled for speed sake.
+
26
+## Dependencies
27
+- ceres-solver
28
+- Eigen3
29
+- OpenCV 3 (only used for visualization)
30
+- [Cerebro pkg](https://github.com/mpkuse/cerebro) (for definations of LoopEdgeMsg)
31
32
+## Author
33
+Manohar Kuse <mpkuse@connect.ust.hk>
0 commit comments