Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 948 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 948 Bytes

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