04-13-2021、03:10 PM
Hello
I am using (C#) to communicate with RoboDK. I am sending commands to RoboDK to move the robot using MoveJ and MoveL to a certain pose. And to get the robot pose I am using .Pose() and .Joints().
However, I cannot get the pose/joints while the robot is moving to a destination. The fetching stops until the robot reach the destination. How can I get the current pose even while the robot is moving.
Both C# and Python are ok for me.
Thank you
I am using (C#) to communicate with RoboDK. I am sending commands to RoboDK to move the robot using MoveJ and MoveL to a certain pose. And to get the robot pose I am using .Pose() and .Joints().
However, I cannot get the pose/joints while the robot is moving to a destination. The fetching stops until the robot reach the destination. How can I get the current pose even while the robot is moving.
Both C# and Python are ok for me.
Thank you