Manual_control_send unexpected behavior

Hi,

I’m sending the command

master.mav.manual_control_send(master.target_system, 0, 0, 0, 500, 0)

I expect to see only yaw, but the vehicle is also trying to dive.

Note, I am in manual control mode

Thanks!

Due to some legacy workaround stuff, z is 0-1000 instead of -1000-1000.

1 Like