This repo is for the AutoRob course ROS tutorial. It provides three basic ROS nodes:
- simple_subscriber demonstrates how to subscribe to a topic
- simple_publisher demonstrates how to pubish to a topic
- fetch_controller puts the two together to move the fetch around
- Requires ROS, Fetch packages, and a catkin workspace
- Clone this repo into your catkin workspace
- Rebuild your catkin workspace
$ roslaunch fetch_gazebo playground.launch
$ rosrun autorob_tutorial fetch_controller.py