Problem Description
This wires the actuator outputs from PX4 to the gazebo_fw_dynamics_plugin. This was the last piece missing in this repo's implementation.
Some points that you need to keep in mind.
The channels of control inputs are had coded in the plugin, as the snippet shows below:
Note that the thrust is kept to zero in the model.
Testing
To test the PR, you can the following script
Tools/sitl_run.sh
Additional Context
@manumerous As we discussed briefly today, this should unblock you completely. Once you are able to come up with a parameterized model embedded in yaml, you will be able to test it in the simulator immediately.
Problem Description This wires the actuator outputs from PX4 to the
gazebo_fw_dynamics_plugin
. This was the last piece missing in this repo's implementation.Some points that you need to keep in mind.
Testing To test the PR, you can the following script
Additional Context