Skip to content
Snippets Groups Projects
Select Git revision
  • 83d126c4a1b9e89cd35e34fde8291290e9e8ba9b
  • master default
  • amy_branch
  • Lane_Demo
  • Lee
  • draw
  • alexnet_cars
7 results

README.md

Blame
  • user avatar
    kpp55 authored
    83d126c4
    History
    README.md 480 B

    Robot Development

    This is where all code for the robot will be located. The final folder is for what will be utlized in the robot.

    The robot code was developed using c++ std 11 and python 2.7 using ROS Kinetic. In order to use this code create a new dir called catkin_ws. Follow the tutorials on ROS wiki website on how to create a catkin project and catkin packages. If followed correctly you can just copy the src folder and run catkin make in your catkin project directory.