TexnoMann / UR10PicturePainter

Program for image preprocessing and painting.
0 stars 1 forks source link

A specific question about ur_rtde interface when using movel function. #1

Open gangLJG opened 3 years ago

gangLJG commented 3 years ago

We already know that the movel function in the UR_RTDE interface can control the robot arm to reach the specified pose. But the coordinate system (or feature) for Pose is the default "base", not for setting new feature or specifying feature name." Movel with specified feature "teachpendent urp script is available, I use rtde interface (C++) to develop UR robot, anyone know how to achieve the same effect?

the interface function head file is as follows:

rtde_control_interface.h --------------moveL

` /**

TexnoMann commented 2 years ago

Ur-rtde protocol and dashboard dont support using custom frame instead base in a code. But I thing you can change frame in teach pendant and try to run ur-rtde novel command. I think movement will be executed in the selected frame. In my code I use transform matrix for change base frame to another