Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 993 Bytes

File metadata and controls

31 lines (25 loc) · 993 Bytes

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