/Robotics

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.

Primary LanguagePython

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