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

https://github.com/jetsonhacks/installrealsensecameraros

Install the realsense_camera package for ROS on the Jetson TK1
https://github.com/jetsonhacks/installrealsensecameraros

Last synced: 2 months ago
JSON representation

Install the realsense_camera package for ROS on the Jetson TK1

Awesome Lists containing this project

README

        

# installRealSenseCameraROS
Convenience script to install the realsense_camera package for ROS Indigo on the NVIDIA Jetson TK1.
ROS and librealsense should be installed on the machine before executing these scripts.

$ ./setupCatkinWorkspace

Will setup a Catkin Workspace named directoryname. If directoryname is omitted, then catkin_ws is assumed.

$ ./installRealSense.sh

Will install realsense_camera in the Catkin Workspace named directoryname. If directoryname is omitted, the catkin_ws
is assumed.

Note that the Catkin Workspaces will be placed at ~/