I am trying to control my RoboMaster EP Core robot using the plaintext protocol as described in the documentation, however, it does not seem to work. Here is what I've done: - I connected my laptop to the robot's WIFI (i.e.. direct connection).
- Created the Python script using the example code from the docs.
When I ran the script in Python 3.9 (Microsoft Store version), I entered the command to put the robot into SDK mode (as described in the documentation). Then I tried to get the battery level by using robot battery ?, but it never gave a response. I also tried changing the LED colours by using led control comp all r 255 g 0 b 0 effect solid, but that didn't work either. I'm not sure what I'm doing wrong but any help would be appreciated, especially for anyone familiar with the SDK. Thanks!
|