RoboMaster TT Speed

The Robomaster flies too fast for my Hoeh Tracking Gimbal. I’ve tried to reduce the speed using the Python SetSpeed API but it is still too fast. Does anyone know another approach?

What specifically are you trying to do and can you share a snippet of code so we can test? You can get RoboMaster TT flying pretty slow. What Python library are you using?

Thanks David,

I am just trying to get the Robomaster TT to take off and fly at the slowest speed. I am using the standard SetSpeed Python command in the latest DroneBlocks App Windows 10. SetSpeed is configured to 10 and cm/s. I am using python-3.7.4-amd64.

Here’s a little code snippet.

I just tried a variation of your program with a fly forward block. I came to the realization that the “set speed” block doesn’t not impact yaw speed, only flight speed.

I’m not sure what your end goal is but you could yaw with a delay in between each increment: