Bruno Albuquerque
Bruno Albuquerque
FWIIW, I think this would be great.
I assume you are talking about desktop, right? FWIIW, I accomplished this by doing this (I do have a "game" using engo that requires the behavior you describe): ``` //...
Not part of the project but I can say with confidence that the answer is yes. The communication with the robot is just standard network protocols. You can run all...
This might help you. I wrote some C code that uses libavcodec (and related libraries) to decode the h264 stream from the Robomaster. libavcodec is available for Android at least...
Unless you have a hacked S1, it does not support this external SDK. If you can use this SDK (with a hacked S1 or an EP), then you just write...
There are several ways to do that but none of them are actually specific to the SDK. You could, for example, write the update to a global variable and then...
> Push and event are working well, give this a try: > > https://github.com/nanmu42/robo-playground#drive-your-robomaster-using-keyboard > > Push and event will appear in console logs: https://github.com/nanmu42/robo-playground/blob/7654497072ae11e84124a7e6b37f5ab472d7f159/drive.py#L174 Yep, it was a bug...
So, it looks like there is no explicit use of the "Event reporting" endpoint in the API at all so I wonder what it is for. Everything seems to use...
> Have a look at armor hit and sound applause. I did not implement the Armor or Applause stuff yet in my framework but, from the documentation (against, translated form...
> drive.py has used all these stuffs, you may try and see. Oh, don't take me wrong, I believe what you are saying. I just wanted to make a point...