In this tutorial you will find out how to successfully install and use the Basler ToF camera with ROS. For this installation you will need a Basler ToF camera.
To install ROS, please follow the instructions of your ROS package, which can be found here: http://www.ros.org/install/. Notice that if you are working behind a proxy you might have to use [sudo –E rosdep inti] instead of [sudo rosdep init] at the step: Initialize rosdep.
After that, you can run [rosdep update] as usual.
sudo –E rosdep inti
rosdep update
If these steps are completed you have finished the installation of ROS. Now you can proceed with the installation of the BaslerToF driver available from baslerweb.com.
To install the Basler ToF Driver in /opt/BaslerToF, follow these steps:
Change to the directory which contains this INSTALL file, e.g.:
cd ~/basler-tof-driver-1.0.0-x86
Copy the BaslerToF directory to /opt.
sudo cp -r BaslerToF /opt
Afterwards you can execute the Pylon Viewer App to test your cameras
/opt/BaslerToF/bin/PylonViewerApp
This installation guide can also be found in the INSTALL file of your BaslerToF driver.
In the last step, you will install the BaslerToF ROS driver from https://github.com/uos/basler_tof
After that is done, the installation should be complete and ready for any use.
You'd like to participate ... Show more