AXRobot and AXRobotManage
1. Difference between AXRobot and AXRobotManage
- 1: Different channel interfaces AXRobot is mainly the interface of the single-robot channel, and AXRobotManage is mainly the interface of the business channel; But AXRobotManage inherits AXRobot, so AXRobotManage can also call the interfaces of AXRobot.
2: Different initialization constructors AXRobot: five parameters
AXRobotManage: one parameter object
TypeScript 3: AXRobotManage requires version 1.0.123 and above