-
Notifications
You must be signed in to change notification settings - Fork 24
Viso2
Equivalently to fovis, you can download the viso2 framework in your ROS catkin folder by
cd ~/<CATKIN_WS>/src
git clone https://github.com/skybotix/viso2.git
cd ..
catkin_makeThis should hopefully build the viso2 framework. Start the sensor driver with
rosrun visensor_node visensor_nodeYou can now run the framework with
roslaunch viso2_ros demo.launchVoila, you should now have a working VO framework running. In order to tune the framework for speed or accuracy, check out the viso2 ROS wiki page.
Please note that the VISO2 framework only runs on x86 platforms as this implementation requires SSE2 functionality.
Copyright © 2015, Skybotix AG, Switzerland
Copyright © 2015, Autonomous Systems Lab, ETH Zurich, Switzerland
All rights reserved.
Connecting the Sensor
Software Requirements
Updating the Sensor Firmware
Getting started in ROS
Configuring the Sensor
ROS Topics and Services
Getting Extrinsic and Intrinsic Calibrations
Compiling the VI Sensor Driver Standalone (Without ROS)
Setting Sensor Parameters
Tutorial: Reading VI Data
Tutorial: Dense Reconstruction
Running FOVIS (ROS)
Running VISO2 (ROS)