this repository hosts all the files for robotx challenge 2016 it is a ROS based projects
- supports ros-indigo with ubuntu 14.04LTS
- must install
ros-indigo-desktop-full
- dependencies are
robot-localization
nmea-navsat-driver
viso2
gazebo
- please create pull request for each task, such as GPS, IMU, Video, etc.
- do not create any files to the master branch, the maintainer will do the merge.
- fork this respository to your github account
- clone your forked respository to your catkin workspace
- create branch and do your work
- create pull request if you want to contribute to the main branch
naming convention: robotx_
suggested directories: bringup
, gazebo
, rviz
, control
, nav
, msg
, vision
, etc.
non-ROS based projects, you can create them in arduino
, document
, misc
directory.