CBlagden / TA_example_labs

Example code solutions for 6.141 labs, provided by the TAs of the course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Staff solutions to 6.141 labs

Feel free to use these packages in future labs as long as you report which nodes you used were provided by the TAs.

For future labs, TA examples will be released to this repo using wstool after the due date of the labs.

Installation Steps

cd ~/racecar-ws/
# Add upstream TA repo
wstool set src/ta_examples_public --git "https://github.com/mit-racecar/TA_example_labs.git"
# Pull in new code from TA repo
wstool update
# Install ros deps
rosdep install -r --from-paths src --rosdistro kinetic -y
# build workspace
catkin_make

See the readme for each package for additional installation and/or usage instructions.

Using the example packages

roslaunch ta_lab3 example.launch

About

Example code solutions for 6.141 labs, provided by the TAs of the course.

License:MIT License