ARCS SDK API
0.24.0
|
运动控制接口 更多...
#include <vector>
#include <functional>
#include <thread>
#include <aubo/global_config.h>
#include <aubo/type_def.h>
类 | |
class | arcs::common_interface::MotionControl |
MotionControl类 更多... | |
命名空间 | |
arcs | |
arcs::common_interface | |
宏定义 | |
#define | MotionControl_DECLARES |
类型定义 | |
using | arcs::common_interface::MotionControlPtr = std::shared_ptr< MotionControl > |
运动控制接口
The robot movements are programmed as pose-to-pose movements, that is move from the current position to a new position. The path between these two positions is then automatically calculated by the robot.
在文件 motion_control.h 中定义.
#define MotionControl_DECLARES |
在文件 motion_control.h 第 2026 行定义.