ROS code to run our autonomous ground robot for Fundamentals of Robotics 2016
- Follow the ROS setup tutorials
- Navigate to your
catkin_ws/src(cd ~/catkin_ws/src) - Clone this repository (
git clone [email protected]:ManickYoj/RoboTeamCharlie.git)
Never push directly to master (in fact, you won't be able to). Instead:
- Create a branch for your features (
git checkout -b <branchname>) - Push to the corresponding branch on Github (
git push origin <branchname>) - If you would like your code to be merged into master (ie. you are done with your feature), submit a pull request on Github
Currently shows the fore-brain setup, but mid and hind-brain have yet to be added.