Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 857 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 857 Bytes

tractor_teleop

A simple robot drive system for car-like vehicles. Button control of relay service.

simple_drive

Quick Start

TODO:  Diagram for lawn tractor
       Move button setup to launch file
       Instructions on setup
       Demo of package with simulator
  1. Install:
catkin_ws/src$ git clone https://github.com/ros-agriculture/tractor_teleop.git
catkin_ws$ catkin build
  1. Launch ROS nodes:
$ roslaunch tractor_teleop drive_teleop.launch joy_dev:=/dev/input/js0
$ roslaunch tractor_teleop cmd_vel_mux.launch

OR all-in-one launch:

$ roslaunch tractor_teleop drive.launch
  1. Instructions

  2. Drive your robot around.

Credits

The package uses Daniel Snider's simple_drive http://wiki.ros.org/simple_drive