An open API service indexing awesome lists of open source software.

https://github.com/austinoboyle/swissranger-driver


https://github.com/austinoboyle/swissranger-driver

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# SwissRanger

This project contains a copy of the ROS driver for the Mesa Swiss Ranger
SR4K ToF cameras. It also contains the Swiss Ranger SR4K Linux drivers (which are no longer freely available - Mesa Imaging no longer exists), and a script to install them.

## Installing Linux Swiss Ranger driver

Type the following commands:

cd # Change into the project's directory
sudo install_sr.bash # Execute the install script as a super user

## Running node
Compile this project as any other ROS package (using `catkin_make`) and you're good to go!

Note: you may need to update your local ros package repository (`rospack profile`) before roslaunch can find the swissranger package.