浏览该文件的文档.
11 #ifndef SENSORFORCECONTROL_H_
12 #define SENSORFORCECONTROL_H_
18 namespace HYYRobotBase
34 extern int SFCInit(
const char* name,
int control_type,
int is_tool_ctrl,
tool* rtool,
wobj* rwobj,
int robot_index);
int SFCSetAdmittanceCtrlParam(const char *name, double *M, double *B, double *K)
设置导纳控制参数
int SFCInit(const char *name, int control_type, int is_tool_ctrl, tool *rtool, wobj *rwobj, int robot_index)
创建传感器力控制数据
int SFCStart(const char *name)
启动传感器力控制(期望的运动目标由Move运动提供)
运动指令输入,工件标系数据
Definition: robotStruct.h:158
int SFCSetHybridForceMotionCtrlParam(const char *name, double *P, double *I, double *D)
设置力位混合控制参数
int SFCSetHybridForceMotionTargetForce(const char *name, double *target_force)
设置力位混合控制目标力矩
int SFCEnd(const char *name)
停止传感器力控制
int SFCSetSensorMaxForce(const char *name, double *max_force)
设置传感器接触力限制