Robotic Arm API Interface
Basic Control Interface
Currently, the robotic arm provides the following interfaces:
- Open-source Python framework: hex_device_python
- Only requires installing a few Python libraries to use.
- Our recommended interface, all future advanced demos will be developed based on this.
- Open-source Python + ROS framework: testing...
- If you use ROS, this fits your usual development environment.
Each has its advantages and disadvantages. You can choose the interface that best suits your needs for development. Since they are all open-source, you can modify them according to your requirements, and we welcome pull requests to our repositories.
If none of the above methods meet your needs, you can also directly read the communication protocol—Websocket Api and write your own code. However, please note that we do not provide technical support related to this.
Advanced Examples
Coming soon...