PX4 Supported package - Why Simulink SITL use uORB ground truth?
3 views (last 30 days)
Show older comments
Hello,
When I tried to run Simulink SITL, with upload my own controller in px4, I found that I have to read uorb message with ground truth.
When I read just uorb message, it only reads 0.
Can you explain what groundtruth means and why should I use this instance not just uorb message(e.g. vehicle_local_position, not vehicle_local_position_groundtruth)?
Thank you in advance!
0 Comments
Answers (1)
Arun Mathamkode
on 28 Apr 2023
You should be able to use vehicle_local_position instead of vehicle_local_position_groundtruth as well. I would recommend you try out the controller model described in the PX4 HITL example for SITL as it is a bit better controller than the SITL controller. I also recommend trying out this in R2023a.
2 Comments
Arun Mathamkode
on 2 May 2023
Can you please check if your estimator is running with out any errors? Are you seeing any errors in the SITL window? As per your description the uORB is never getting published (A value of 0 indicates that the uORB data at the Msg output is the latest, and a value of 1 indicates that the uORB data was received during the previous time step). My best guess is that the estimator is not running properly. You can verify if the uORB getting published using 'listener' command in SITL window.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!