Hello,
i have a problem with my Lasertracker.
everytime i use the LaserTracker_Measure() command to create a X,Y,Z Pose from the robot, the measurement takes about 1 Second to be created, this is way to slow, i need it in about 10ms steps, is there a way to speed this function up?
i already tried with "while True:" , as we found out the function MeasurePose() provides a timeinterval.
However, because it is a payed Function and my institution does not provide the corresponding license, we are unable to use.
Is there a way to speed up the measurements?
Setup:
Kuka KR16 -2, KRC4
FARO Lasertracker XV2
code :
while True:
data = RDK.LaserTracker_Measure()
print(data)
i have a problem with my Lasertracker.
everytime i use the LaserTracker_Measure() command to create a X,Y,Z Pose from the robot, the measurement takes about 1 Second to be created, this is way to slow, i need it in about 10ms steps, is there a way to speed this function up?
i already tried with "while True:" , as we found out the function MeasurePose() provides a timeinterval.
However, because it is a payed Function and my institution does not provide the corresponding license, we are unable to use.
Is there a way to speed up the measurements?
Setup:
Kuka KR16 -2, KRC4
FARO Lasertracker XV2
code :
while True:
data = RDK.LaserTracker_Measure()
print(data)