Installing viso2 for getting odometry for Kinect SLAM
I'm implementing basic version of 2D SLAM using Xbox Kinect and the following packages
- pointcloud_to_laserscan
- viso2
- gmapping
Fortunately, I was able to install pointcloud_to_laserscan by installing turtlebot, even gmapping is already present, but I found that there is no Wiki for downloading this package http://www.ros.org/wiki/viso2?distro=fuerte (viso2). I search many places to install using .rosinstall way but roslocate is always showing 404 error. I tried to even update roslocate but everything seems to be the same. I followed http://answers.ros.org/question/9201/how-do-i-install-a-missing-ros-package/ (this)answer.
My ROS version is fuerte and it is running in Ubuntu 12.04 Precise.