Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 615 Bytes

File metadata and controls

10 lines (8 loc) · 615 Bytes

RoboRTS Installation Script

A script to install ROS Kinetic Desktop and RoboRTS from DJI on a clean installation. Might be useful if you need to set up multiple enviroments at the same time.

How to use?

wget https://raw.githubusercontent.com/senyig20/RoboRTSScript/master/install.sh && sudo bash ./install.sh %NAME_CATKIN_WS% %NAME_ROS_DISTRO_LOWERCASE%

Modify %NAME_CATKIN_WS% and %NAME_ROS_DISTRO_LOWERCASE% to your taste, suggested values roborts_ws and kinetic.

PS: While this script is tested on AWS servers and is working, there is absolutely NO GUARANTEE whatsoever. Use at your own risk.