![]() |
Bioscara
DALSA's DIY SCARA Robot Arm.
|
Configuration definitions for Joint 1 to Joint 4. More...
Go to the source code of this file.
Macros | |
| #define | ADR 0x11 |
| I2C adress of joint n is 0x1n. | |
| #define | MAXACCEL 100 |
| Maximum acceleration in steps/s^2. Can be set for each joint depending on inertia. If set to high stalls might trigger since PID error grows too large. | |
| #define | MAXVEL 10 |
| Maximum velocity in steps/s. Can be set for each joint. If set to high stalls might trigger since PID error grows too large. | |
Configuration definitions for Joint 1 to Joint 4.
This file shall be included AFTER one of J1, J2, J3 or J4 have been defined.
| #define ADR 0x11 |
I2C adress of joint n is 0x1n.
| #define MAXACCEL 100 |
Maximum acceleration in steps/s^2. Can be set for each joint depending on inertia. If set to high stalls might trigger since PID error grows too large.
| #define MAXVEL 10 |
Maximum velocity in steps/s. Can be set for each joint. If set to high stalls might trigger since PID error grows too large.