Airbot SDK 5.1.6
This project is designed for airbot C++SDK
|
This example demonstrates how to configure the speed profile and switch robot modes.
This example demonstrates how to configure the speed profile and switch robot modes.Before sending any motion commands, you must switch the robot to the appropriate control mode. By default, the robotic arm starts in RobotMode::PLANNING_POS
. To use other control modes, such as servo control, you must explicitly switch to them.
This example shows how to:
RobotMode::SERVO_JOINT_POS
using two equivalent approaches.Example usage: