![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
HekCalibStretch - Hekateros calibration by stretching class implementation. More...
#include "rnr/rnrconfig.h"#include "Dynamixel/Dynamixel.h"#include "Dynamixel/DynaServo.h"#include "Hekateros/hekateros.h"#include "Hekateros/hekJoint.h"#include "Hekateros/hekMonitor.h"#include "Hekateros/hekCalib.h"#include "Hekateros/hekCalibStretch.h"#include "Hekateros/hekRobot.h"Go to the source code of this file.
Macros | |
| #define | HEK_TRY_GET_SERVO(nServoId, pServo) |
| Convenience macro for trying to get a servo object from dynamixel chain. More... | |
Variables | |
| static const string | CalibOrder [] |
| Calibration order by master servo id. More... | |
HekCalibStretch - Hekateros calibration by stretching class implementation.
Definition in file hekCalibStretch.cxx.
| #define HEK_TRY_GET_SERVO | ( | nServoId, | |
| pServo | |||
| ) |
Convenience macro for trying to get a servo object from dynamixel chain.
Failure is considered a software bug since the chain has already be verified.
Only works locally.
| [in] | nServoId | Servo id. |
| [out] | pServo | Pointer to associated servo object. |
Definition at line 84 of file hekCalibStretch.cxx.
Referenced by hekateros::HekCalibStretch::calibrateJointByTorqueLimits().
|
static |
Calibration order by master servo id.
Definition at line 97 of file hekCalibStretch.cxx.
Referenced by hekateros::HekCalibStretch::calibrate().