![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Fuctions for the group to calibration its base coordination. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_BaseCalib_1p (const Pos_T *PRefBaseP1, CoordTrans_T *PRetBaseCoordTrans) |
Base teaching - 1 point method. More... | |
RTN_ERR FNTYPE | NMC_BaseCalib_2p (const Pos_T *PRefBaseP1, const Pos_T *PRefBaseP2, CoordTrans_T *PRetBaseCoordTrans) |
Base teaching - 2 points method. More... | |
RTN_ERR FNTYPE | NMC_BaseCalib_3p (const Pos_T *PRefBaseP1, const Pos_T *PRefBaseP2, const Pos_T *PRefBaseP3, CoordTrans_T *PRetBaseCoordTrans) |
Base teaching - 3 point method. More... | |
Fuctions for the group to calibration its base coordination.
RTN_ERR FNTYPE NMC_BaseCalib_1p | ( | const Pos_T * | PRefBaseP1, |
CoordTrans_T * | PRetBaseCoordTrans | ||
) |
Base teaching - 1 point method.
PRefBaseP1 | The position used in the first step. |
PRetBaseCoordTrans | Return the relationship respected to reference coordinate convertion. |
Usage:
Examples:
Reference:
None.
RTN_ERR FNTYPE NMC_BaseCalib_2p | ( | const Pos_T * | PRefBaseP1, |
const Pos_T * | PRefBaseP2, | ||
CoordTrans_T * | PRetBaseCoordTrans | ||
) |
Base teaching - 2 points method.
PRefBaseP1 | The position used in the first step. |
PRefBaseP2 | The position used in the second step. |
PRetBaseCoordTrans | Return the relationship respected to reference coordinate convertion. |
Usage:
Examples:
Reference:
None.
RTN_ERR FNTYPE NMC_BaseCalib_3p | ( | const Pos_T * | PRefBaseP1, |
const Pos_T * | PRefBaseP2, | ||
const Pos_T * | PRefBaseP3, | ||
CoordTrans_T * | PRetBaseCoordTrans | ||
) |
Base teaching - 3 point method.
PRefBaseP1 | The position used in the first step. |
PRefBaseP2 | The position used in the second step. |
PRefBaseP3 | The position used in the third step. |
PRetBaseCoordTrans | Return the relationship respected to reference coordinate convertion. |
Usage:
Examples:
Reference:
None.