Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1016 Bytes

File metadata and controls

32 lines (22 loc) · 1016 Bytes

VideoRay ROS Packages

Build Status

Getting Started

This package supports ROS Indigo, Jade and Kinetic. First, clone this repository and build the videoray package.

mkdir -p YOUR_WS/src && cd YOUR_WS/src
git clone https://github.com/RobustFieldAutonomyLab/videoray.git
catkin_init_workspace
cd .. && rosdep install --from-paths src --ignore-src -r -y
catkin_make
source devel/setup.sh

To avoid manually configuring device names every time, it's recommended to put persistent naming rules on the machine.

sudo mv ./99-usb-serial.rules /etc/udev/rules.d/

Finally, launch VideoRay and other devices. See launch file for more parameters.

roslaunch videoray_launch videoray.launch

Acknowledgments

The ROS repository for VideoRay was originally forked from HumAnS Lab ROS Repository.