how to change angular rate frequency coming from estimator px4 support package

7 visualizaciones (últimos 30 días)
How can we change sample time for angular rate coming from estimator with px4 support package in simulink? we tried changing sample time parameter in vehicle attiude block but always got 100Hz frequency.

Respuestas (1)

Manoj Velmurugan
Manoj Velmurugan el 1 de Dic. de 2022
Editada: Manoj Velmurugan el 2 de Dic. de 2022
'Vehicle Attitude' block uses vehicle_odometry uORB topic internally, which happens to publish at 100 Hz. For obtaining the angular velocity at higher rates, you can use the vehicle_angular_velocity topic.
Refer to our documentation to know more about reading uORB topics in Simulink.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by