how to change angular rate frequency coming from estimator px4 support package
Show older comments
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.
Answers (1)
Manoj Velmurugan
on 1 Dec 2022
Edited: Manoj Velmurugan
on 2 Dec 2022
0 votes
'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.
Categories
Find more on Multibody Dynamics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!