Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
add validation section
  • Loading branch information
zhangzichao authored Jul 12, 2017
1 parent 9f1cf25 commit 1ab91e5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion svo_ros/doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,15 @@ Now, this workspace should overlay both the ros installation and the `svo_instal
Copy the `rpg_svo_example` folder to the `src` folder and build the `svo_install_overlay_ws`

catkin build

### Validate Your Installation
Source the setup file of the overlay workspace:

source ~/svo_install_overlay_ws/devel/setup.bash

Then you can use SVO via `rpg_svo_example`. See `get_started.md` for running some test bags.
Download the test bag from [here](http://rpg.ifi.uzh.ch/svo2/svo_test_short.bag). Then run the following commands:

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.

0 comments on commit 1ab91e5

Please sign in to comment.