Difference between revisions of "RoboTrainer code"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
There are currently 4 robots in the robotrainer family: | There are currently 4 robots in the robotrainer family: | ||
− | * RoboTrainer CLASSIC | + | * '''RoboTrainer CLASSIC''' |
− | Uses a Brushless DC motor produced for the rear wheel of an electric bicycle. It is rated for 36V and 250W, but currently uses only 24V. The maximal force output in this configuration is around 300 N, and a top speed of 1.6 m/s. | + | |
− | * | + | * '''RoboTrainer LIGHT''' |
− | + | ** Uses a Brushless DC motor produced for the rear wheel of an electric bicycle. It is rated for 36V and 250W, but currently uses only 24V. The maximal force output in this configuration is around 300 N, and a top speed of 1.6 m/s. | |
− | * RoboTrainer GRAVITY | + | * '''RoboTrainer ONE''' |
+ | * '''RoboTrainer GRAVITY''' | ||
Revision as of 12:05, 5 August 2019
Introduction
There are currently 4 robots in the robotrainer family:
- RoboTrainer CLASSIC
- RoboTrainer LIGHT
- Uses a Brushless DC motor produced for the rear wheel of an electric bicycle. It is rated for 36V and 250W, but currently uses only 24V. The maximal force output in this configuration is around 300 N, and a top speed of 1.6 m/s.
- 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.
- Great tutorial: Remote-Machines-Running-Ros-nodes