|
@@ -76,7 +76,11 @@ bool rcClientInterfaceAutoRechargeCmd(
|
|
|
bool rcClientInterfaceGetChargeState(common::JETSON_CHARGE_STATE *charge_state);
|
|
|
bool rcClientInterfaceLightStripControl(
|
|
|
robot_control::common::NAV_OR_JOY_MODE from,
|
|
|
- std::string port, EN_MICRO_EMOJI_CONTROL_CMD cmd, int deviceAddr, int data);
|
|
|
+ std::string port, EN_MICRO_EMOJI_CONTROL_CMD cmd,
|
|
|
+ int deviceAddr, int data);
|
|
|
+bool rcClientInterfaceSerialControl(
|
|
|
+ robot_control::common::NAV_OR_JOY_MODE from,
|
|
|
+ std::string port, std::string raw_data);
|
|
|
bool rcClientInterfaceSetGuardian(
|
|
|
common::NAV_OR_JOY_MODE from,
|
|
|
float velocity_decay_ratio,
|
|
@@ -136,7 +140,7 @@ bool rcClientInterfaceSetJointsPVQ(common::ROBOT_TARGET_VALUE value);
|
|
|
bool rcClientInterfaceGetJointsPVQ(common::ROBOT_TARGET_VALUE *value);
|
|
|
bool rcClientInterfaceDriverParameterSetting(
|
|
|
robot_control::common::NAV_OR_JOY_MODE from,
|
|
|
- int motor_index,
|
|
|
+ int motor_index, int which_core_of_driver,
|
|
|
DRIVER_PARAM_SETTING_CMD cmd);
|
|
|
bool rcClientInterfaceSetFormOfMovement(int mode);
|
|
|
bool rcClientInterfaceSelectSomeJoints(unsigned int mask);
|
|
@@ -148,6 +152,7 @@ bool rcClientInterfaceSetJointTestParameter (common::JointTestData joint_test_da
|
|
|
bool rcClientInterfaceSineMoveJointTestSwitch (bool be_enable);
|
|
|
bool rcClientInterfaceQuitJointTest ();
|
|
|
bool rcClientInterfaceClearErrorHistory(common::NAV_OR_JOY_MODE from);
|
|
|
+bool rcClientInterfaceClearLatestHistory(common::NAV_OR_JOY_MODE from);
|
|
|
|
|
|
// }
|
|
|
#endif // MC_CLIENT_INTERFACE_H
|