You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try with a custom controller that computes total thrust and torque for quadrotors. I made a control allocator that computes (total thrust, torque) to rotor PWMs. Currently, the control frequency is 100Hz. I use the Iris model. The drone can track the given reference trajectory but has jitters.
Maybe the control frequency is too low for PWMs. I want to try with a higher control frequency. I obtain drone states from the following topics:
/fmu/out/vehicle_local_position
/fmu/out/vehicle_attitude
/fmu/out/vehicle_angular_velocity
I want to increase the publishing frequency of /fmu/out/vehicle_angular_velocity in Gazebo. How should I do it?
Suggestions related to jitters during flying are also greatly appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
I want to try with a custom controller that computes total thrust and torque for quadrotors. I made a control allocator that computes (total thrust, torque) to rotor PWMs. Currently, the control frequency is 100Hz. I use the Iris model. The drone can track the given reference trajectory but has jitters.
Maybe the control frequency is too low for PWMs. I want to try with a higher control frequency. I obtain drone states from the following topics:
I want to increase the publishing frequency of
/fmu/out/vehicle_angular_velocity
in Gazebo. How should I do it?Suggestions related to jitters during flying are also greatly appreciated. Thanks.
The text was updated successfully, but these errors were encountered: