Performing visual odometry with an RGBD camera

Now we are going to see how to perform visual odometry using RGBD cameras using fovis.

Installing fovis

Since fovis is not provided as a Debian package, you must build it in your catkin workspace (use the same workspace as you used for chapter5_tutorials). Proceed with the following commands within any workspace:

$ cdsrc
$ git clone https://github.com/srv/libfovis.git
$ git clone https://github.com/srv/fovis.git
$ cd ..
$ catkin_make

This clones two repositories that allow us to have the fovis software integrated in ROS. Note that the original code is hosted on this Google Code Project at http://fovis.github.io/.

Once this has been built successfully, set up the environment for this workspace before ...

Get Effective Robotics Programming with ROS - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.