In order to interface with ardupilot SITL, I have to convert the simulation loop to run at a nominal constant time step.
A simulated clock will be used to do this, which will try to run at real time, if possible.
The simulation will not go forward unless it receives a PWM message from ardupilot.
In order to interface with ardupilot SITL, I have to convert the simulation loop to run at a nominal constant time step. A simulated clock will be used to do this, which will try to run at real time, if possible. The simulation will not go forward unless it receives a PWM message from ardupilot.