Moving the tiltrotor from gazebo classic to gz sim as gazebo garden will be depreciated by the end of nov
Fixes #23602
Solution
Adding an airframe and fixed the bug in gz-bridge. PX4 sends an output value from 0 to 1000 of the servo and the GZbridge normalized it to be within +-1. The problem was that gazebo needs a servo input of angles in radian which meant the currently servos only works in the range +-1 rad.
Solved Problem
Moving the tiltrotor from gazebo classic to gz sim as gazebo garden will be depreciated by the end of nov
Fixes #23602
Solution
Adding an airframe and fixed the bug in gz-bridge. PX4 sends an output value from 0 to 1000 of the servo and the GZbridge normalized it to be within +-1. The problem was that gazebo needs a servo input of angles in radian which meant the currently servos only works in the range +-1 rad.
Test coverage
Tested with QGC
Context
Results will come