Good day
I want to figure out how PX4 and gazebo talk to each other to determine how the rotors act in simulation. If I understand correct, the motor plugin for Gazebo takes in motor speed (in rad/s) and uses this to work out things such as thrust and torque from the constants I provide in the plugin.
However, I am unable to find how and where PX4 computes these rotor velocities which Gazebo must use. As far as I can find, it is still normalized values. I believe that this is a crucial part to creating a good simulation which acts like my drone.