浏览该文件的文档.
11 #ifndef EGM_INTERFACE_H_
12 #define EGM_INTERFACE_H_
17 namespace HYYRobotBase
void EGMReleaseForMATLAB(int robot_index)
释放外部引导数据区
int EGMInputKeyForMATLAB(int robot_index, int key_index)
获取外部设备的开关状态
int EGMCreateForMATLAB(int robot_index, int guide_type, int input_type, int cycle_times, const char *tool, const char *wobj)
创建外部引导数据区
int EGMCreate_c(const char *name, int robot_index, int guide_type, int input_type, int cycle_times, tool *tool, wobj *wobj)
创建外部引导数据区
运动指令输入,工件标系数据
Definition: robotStruct.h:158
int EGMRunJoint_c(const char *name, int block)
启动关节空间引导
int EGMOutputForMATLAB(int robot_index, double *xyzrpy, double *sensor_force)
为外部设备反馈机器人位姿和接触力
void EGMInputJointForMATLAB(int robot_index, double *data)
获取外部设备的引导关节数据
void EGMInputForMATLAB(int robot_index, double *data)
获取外部设备的引导数据
void EGMRelease_c(const char *name)
释放外部引导数据区