We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839a2ad commit 9eba2e7Copy full SHA for 9eba2e7
1 file changed
uarm_library.h
@@ -102,6 +102,7 @@ class uArmClass
102
double getCalX() {calXYZ(); return g_cal_x;}
103
double getCalY() {calXYZ(); return g_cal_y;}
104
double getCalZ() {calXYZ(); return g_cal_z;}
105
+ void getCalXYZ(double& x, double& y, double &z) {calXYZ(); x = g_cal_x; y = g_cal_y; z = g_cal_z;}
106
107
void calAngles(double x, double y, double z);
108
0 commit comments