How to control individual motors thrust using mavsdk

Im using mavsdk with px4 drone in gazebo. Is there anyway of controlling the individual motors thrust?

Donno if it is implemented/possible directly via mavsdk, but you can check the mavlink parameter MAV_CMD_DO_SET_ACTUATOR for a start.

2 Likes

use plugin mavlink_passthrough.send_command_long() MAV_CMD_DO_SET_ACTUATOR

1 Like