Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkuse committed Jul 24, 2019
1 parent 2e31ca3 commit bc099e0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Simple AR Demo to test Visual-Inertial SLAM (VINS)


## v3
With this version it is possible to load trigulated mesh objects (in .obj).
Our DIY renderer can do wireframe rendering of mesh objects. If running
surfel_fusion node, branch VINS_kidnapping (https://github.com/HKUST-Aerial-Robotics/DenseSurfelMapping),
this node can estimate the ground plane and compute the ground orientation
with respect to the camera (see screenshot).

![](docs/AR_image.png)

![](docs/v3_screenshot.png)

This version
can subscribe to path messages from kidnap aware pose graph solver(https://github.com/mpkuse/solve_keyframe_pose_graph). This allows us
to do correct rendering even under kidnaps.

## v2
Implemented a new node with interactive markers. You need to run two nodes. <br/>
a) interactive_marker_server<br/>
b) ar_demo_node2.cpp (essentially similar to ar_demo.cpp with more bells and whistles)<br/>


## v1
This is a simple ros node. Subscribes to :
- raw input images (sensor_msg::Image)
Expand All @@ -14,13 +35,10 @@ This is a very simple node essentially just 1 file, viz., src/ar_demo_node.cpp.
Just read and edit the code as needed.


## v2
Implemented a new node with interactive markers. You need to run two nodes. <br/>
a) interactive_marker_server<br/>
b) ar_demo_node2.cpp (essentially similar to ar_demo.cpp with more bells and whistles)<br/>

Originally borrowed from [VINS-Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono/tree/master/ar_demo)



Contributors:
- [Qin Tong](https://github.com/qintonguav/)
- [Manohar Kuse](https://github.com/mpkuse/)
Binary file added docs/AR_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/v3_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc099e0

Please sign in to comment.