Software repository for Robotic Mining Competition.
-
Fork this repo if you already havent
-
git clone https://github.com/yourGithubName/Software_RMC.git src (dont forget the 'src' at the end)
-
cd src
-
source installEDT.bash
-
Your RMC workspace is now setup along with anything else you will need to develop for RMC.
-
roslaunch rmc_simulation gazebo.launch <--- Try this to get gazebo up and running with RMC model launch files to run all the system:
- radxa-1:
- rmc_2dnav control.launch
- radxa-2:
- teensy launch file thingie
- jetson-3:
- vision pointgrey
- In order to build Mission Control Qt application please go to http://www.qt.io/download-open-source/ and download Qt 5.5 or later
- After starting QT Creator open mission_control.pro project file. This will create mission_control.pro.user file. DO not chekc this file. This file is your local machine settings.