Difference between revisions of "RoboTrainer code"

From Training Technology Lab Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
* RoboTrainer ONE
 
* RoboTrainer ONE
 
* RoboTrainer GRAVITY
 
* RoboTrainer GRAVITY
 
== Example of device ==
 
* d
 
** d
 
 
== ROS ==
 
The Training Technology Lab is using ROS (Robotic Operating System) to gather data from all devices in the lab, to log and display it in various ways. An interface to display the bio-feedback from a Sportssensor could easily be developed on this system for prototyping.
 
  
  

Revision as of 11:51, 5 August 2019

Introduction

There are currently 4 robots in the robotrainer family:

  • RoboTrainer CLASSIC
  • RoboTrainer LIGHT
  • RoboTrainer ONE
  • RoboTrainer GRAVITY


FAQ/Debugging

This sections relates to all common problems with the software.


ROS: use IP address instead of hostname

The ProjektNet network does not allow use of hostnames, which means roslaunch must be run with IP addresses instead. This can be a bit cumbersome, but this guide should show how to set this up.