how to change angular rate frequency coming from estimator px4 support package
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
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.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!