Helper class to store a specific robot configuration.
#include <AsibotConfiguration.hpp>
|
enum | orientation { FORWARD
, REVERSED
} |
| Orientation of axis 1 ('forward' or 180ยบ offset).
|
|
enum | elbow { UP
, DOWN
} |
| Orientation of axes 2-3 (elbow up/down).
|
|
|
double | _q1 |
|
double | _q2 |
|
double | _q3 |
|
double | _q4 |
|
double | _q5 |
|
bool | valid |
|
orientation | _orient |
|
elbow | _elb |
|
The documentation for this struct was generated from the following files:
- libraries/YarpPlugins/AsibotSolver/AsibotConfiguration.hpp
- libraries/YarpPlugins/AsibotSolver/AsibotConfiguration.cpp