Woolfrey / software_robot_library

Custom classes for robot control.
GNU General Public License v3.0
2 stars 1 forks source link

Test velocity control on real robots #128

Open Woolfrey opened 1 month ago

Woolfrey commented 1 month ago

We have tested the controller numerically in #122, but we need to validate the results on a real robot.

There are 4 possible test cases:

Joint Control Cartesian Control
Non-redundant X X
Redundant robot X X

Joint control mode is the same for both redundant & Cartesian. The only difference is the Cartesian control.

A good sequence would be:

  1. Start from home position, move to starting configuration in joint control mode
  2. Track a Cartesian trajectory in cartesian control mode
  3. Move back to the home position in joint control mode.