ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
libviso2 is not a binary or library that can be solved with a rosdep dependency. You can download and compile from [Github] a wrapper for ROS (https://github.com/srv/viso2) and work as if libviso2 was a ROS package.
2 | No.2 Revision |
libviso2 is not a binary or library that can be solved with a rosdep dependency. You can download and compile from [Github] a wrapper for ROS (https://github.com/srv/viso2) and work as if libviso2 was a ROS package.
In your ROS workspace type (you should have followed the tutorials about the rosws tool):
rosws set viso2 --git https://github.com/srv/viso2.git
rosws update viso2
cd viso2
git checkout fuerte
rosmake
and then you are ready!
3 | No.3 Revision |
libviso2 is not a binary or library that can be solved with a rosdep dependency. You can download and compile from [Github] a wrapper for ROS (https://github.com/srv/viso2) and work as if libviso2 was a ROS package.
In your ROS workspace type (you should have followed the tutorials about the rosws tool):
rosws set viso2 --git https://github.com/srv/viso2.git
'https://github.com/srv/viso2.git'
rosws update viso2
cd viso2
git checkout fuerte
rosmake
and then you are ready!