Skip to content

This is the primary codebase for all of the TrickFire Robotics Nasa RMC 2019 competition entry.

License

Notifications You must be signed in to change notification settings

mendomic/NasaRmc2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NasaRmc2019

This is the primary codebase for all of the TrickFire Robotics Nasa RMC 2019 competition entry.

Prereqs

Currently running Ubuntu 16.04 LTS. ROS Kinetic.

Clone the repo

git clone --recurse-submodules https://github.com/TrickfireRobotics/NasaRmc2019.git
cd NasaRmc2019
git submodule update --init --recursive

Installation

./apt_install_dependencies.sh
./install_opencv_and_contrib.sh
./install_librealsense.sh
source /opt/ros/kinetic/setup.bash
./build_all.sh

Start the robot

source ./devel/setup.bash
initialize_jetson_and_robot.sh
./start_robot.sh

Start mission control

source ./devel/setup.bash
./start_mission_control.sh

About

This is the primary codebase for all of the TrickFire Robotics Nasa RMC 2019 competition entry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.9%
  • CMake 8.4%
  • Python 4.4%
  • Shell 2.1%
  • C 0.2%