Skip to content

Commit ecdfc1e

Browse files
committed
readme
1 parent 4469c9a commit ecdfc1e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ The visualization marker is a `LINE_STRIP` at all pose. The LINE_STRIP will be
2222
to denote the poses have been processed by ceres::Solve(). Green colored lines means those poses
2323
are purely odometry and have not yet been ceres::Solved()d.
2424

25-
With very minor edits it is also possible to have camera visuals plotted. Camera visuals are disabled for speed sake.
25+
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

Comments
 (0)