M300 RTK Abnormal gimbal rotation
1304 1 2021-2-9
Uploading and Loding Picture ...(0/1)
o(^-^)o
djiuser_YDso2sK4VXB6
lvl.2

Belgium
Offline

I try to solve this for a week now and still no clue. I need my M300 (with an H20) to perfom a grid picture (a set of picture at different gimbal rotation, like the high res function in DJI PILOT). When the drone is on the ground everything works well but when I take off the drone rotate instead of the gimbal (acutally the gimbal rotate and immediatly after the drone follows).

In practice I use
gimbal.rotate(new Rotation.Builder().yaw((float)((dy - i*dy/nbr_shot)))
                                                 .pitch((float)((dx - i*dx/nbr_shot)))
                                                 .time(0.1)
                                                 .mode(RotationMode.ABSOLUTE_ANGLE)
                                                 .build();

And I tried to put the gimbal in the different modes with :
gimbal.setMode(GimbalMode.YAW_FOLLOW, null);
(There is no error, I checked with a callback)
And the result is  : YAW_FOLLOW and FPV, the drone moves as described before
                           FREE, the gimbal struggle to reset and impossible to use for my application

It should be possible since the high res function do it but I don't find any parameters in the gimbal to solve this. How can I do?
I also submitted a ticket on github but never get any answer. It's urgent please
2021-2-9
Use props
Mats Bohlinsson
Second Officer
Flight distance : 1838077 ft
  • >>>
Sweden
Offline

I posted a solution in your other thread. Please let me know if it helps
2021-2-13
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules