rhoude57 - YUL
lvl.4
Canada
Offline
|
After much discussion on the topic, DJI has finally released its Text-based Python SDK for the RoboMaster S1 and EP.
The URL for the GitHub Repository is https://github.com/dji-sdk/RoboMaster-SDK
The URL for the RoboMaster SDK Developer Page is https://robomaster-dev.readthedocs.io/zh_CN/latest/
All the documentation material, at this time, is only available in Chinese, but Google Translate does a pretty good job at providing a usable translation.
Also, although the material targets the RoboMaster EP, most examples were written to work with the RoboMaster S1.
The SDK is not accessible through the RoboMaster app Lab. It runs entirely independently of it. To use the SDK, you will need to install Python 3.x on your computer. I typically run Python through Visual Studio Code or Anaconda, or directly from a Command window.
Enjoy!
|
|