how to change angular rate frequency coming from estimator px4 support package
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Manoj Velmurugan
il 1 Dic 2022
Modificato: Manoj Velmurugan
il 2 Dic 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 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!