turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

Add support for joystick override of follower #144

Closed tfoote closed 8 years ago

tfoote commented 8 years ago

This allows joystick button 5 to toggle follower on and off. It simply adds another input to the mux which sends zero velocity with a slightly higher priority than the follower.

This integrates the features of #141 into the main follower demo.

stonier commented 8 years ago

LGTM