Skip to content

Minimal ROS Kinetic package that streams joystick input to a Sabertooth 2x32 motor driver over serial from an Odroid.

License

Notifications You must be signed in to change notification settings

dabarov/odroid-sabertooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaguar Odroid Sabertooth

Python 2.7 ROS Kinetic

jaguar-demo.mp4

Getting started

  1. Setup the joystick connected to your computer following this tutorial

  2. Insert IP addresses of the devices into their .bashrc files, as follows:

export ROS_IP=192.168.1.115 // replace with coresponding IP here
  1. Follow this tutorial to setup connection between devices.

Usage

  1. Power the robot.
  2. Launch roscore on your pc.
  3. Connect to the odroid:
ssh odroid@198.168.1.190 // replace with IP address of the odroid  
  1. Run the listener script on the odroid:
rosrun beginners_tutorial listener.py
  1. Run the joy node on your PC:
rosrun joy joy_node

About

Minimal ROS Kinetic package that streams joystick input to a Sabertooth 2x32 motor driver over serial from an Odroid.

Topics

Resources

License

Stars

Watchers

Forks