Skip to content

Commit

Permalink
add screenshots and comment on the gui namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzichao committed Jul 12, 2017
1 parent 54dc7a6 commit 17b83fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added svo_ros/doc/imgs/test_rqt.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 svo_ros/doc/imgs/test_rviz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion svo_ros/doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,12 @@ Download the test bag from [here](http://rpg.ifi.uzh.ch/svo2/svo_test_short.bag)
roslaunch svo_ros run_from_topic.launch cam_name:=svo_test_pinhole
rosbag play svo_test_short.bag

Then you should be able to observe the camera motion and the sparse map in RVIZ.
Then you should be able to observe the camera motion and the sparse map in RVIZ, as shown below

![test rviz](./imgs/test_rviz.png)

You can also check the number of feature tracked and the pipeline status in the following rqt window

![test rqt](./imgs/test_rqt.png)

At the first launch, the `SVO Namespace` may be incorrect and the information is not displayed. Simply typing `svo` as shown in the screenshot will solve the problem.

0 comments on commit 17b83fe

Please sign in to comment.