Skip to content

Cmput 412 - Experimental Mobile Robotics. This is our collection of coursework that includes projects on Simultaneous Localization and Mapping (SLAM), facial recognition, and acceleration algorithms.

Notifications You must be signed in to change notification settings

MandyMeindersma/Robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cmput 412 - Experimental Mobile Robotics

Check out our site: https://www.mandymeindersma.com/robotics/

Making a package:
setup:

  • mkdir -p ~/catkin_ws/src
  • cd ~/catkin_ws/src
  • catkin_init_workspace
  • cd ~/catkin_ws
  • catkin_make
  • source devel/setup.bash
    new package:
  • cd ~/catkin_ws/src
  • catkin_create_pkg my_awesome_code rospy
  • DO NOT FORGET TO CHANGE EXECUTE PERMISSIONS chmod u+x topic_publisher.py

Links for last year groups websites:

Links for this years websites:

never use this link: (it permanently changes your bashrc file) http://wiki.ros.org/Robots/TurtleBot/Network%20Setup

About

Cmput 412 - Experimental Mobile Robotics. This is our collection of coursework that includes projects on Simultaneous Localization and Mapping (SLAM), facial recognition, and acceleration algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages