What packages provide visual odometry?
Is there a package that provides visual odometry aside from vslam? I found visodo but it has a missing/deleted dependency(vop).
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is there a package that provides visual odometry aside from vslam? I found visodo but it has a missing/deleted dependency(vop).
We just released our ROS-Wrapper for libviso2, called viso2_ros. It contains nodes for monocular and stereo odometry. Every parameter from libviso2 can be set through ROS. Odometry information is published as nav_msgs/Odometry and geometry_msgs/PoseStamped as well as through a tf for easy visualization through rviz. Have a look at the corresponding ros wiki page for further information.
I don't believe there is a released package providing that functionality at the moment.
Okay ... I have it working, but it is not complete at this point [16 Feb 2012]. I have the mono camera up and running but haven't started on the stereo yet. Feel free to take a look at my github of libviso2. I will improve it over time.
Asked: 2011-02-23 12:29:15 -0600
Seen: 6,529 times
Last updated: Apr 05 '12
viso2_ros stereo odometry performance
Solutions for visually aided 2D/3D SLAM for UAV with ROS
Running Turtlebot with viso2_ros (Linear odometry now working)
Concatenating relative transformations to obtain a global transformation
How to run viso2_ros package? [closed]
How to tweak the Odometry accuracy in gazebo?
Are opencv samples in diamondback debs?