Skip to content

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

License

Notifications You must be signed in to change notification settings

alexanderkoumis/TA_example_labs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 83.0%
  • CMake 17.0%