#include <hingeservo.h>
Collaboration diagram for HingeServo:

Public Member Functions | |
| HingeServo (HingeJoint *joint, double min, double max, double power) | |
| min and max values are understood as travel bounds. | |
| void | set (double position) |
| sets the set point of the servo. | |
| double | get () |
| returns the position of the slider in ranges [-1, 1] (scaled by min, max) | |
| void | setPower (double power) |
Private Attributes | |
| PID | pid |
| double | min |
| double | max |
| HingeJoint * | joint |
|
||||||||||||||||||||
|
min and max values are understood as travel bounds. power is the power of the servo |
|
|
returns the position of the slider in ranges [-1, 1] (scaled by min, max)
|
|
|
sets the set point of the servo. Position must be between -1 and 1. It is scaled to fit into min, max |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8