Questions about "UAV Toolbox Support Package for PX4 Autopilots" toolbox.
Show older comments
Recently, I use UAV Toolbox Support Package for PX4 Autopilots toolbox to design control algorithm using Matlab2023b and pixhawk1. After following the steps of toolbox, I successfully upload Firmware into my pixhawk1. However, when I get acceleration data, the output shows 0,0,0. Then I run the simulation, the situation is shown below:

There is no error when running, so where the problem comes from? Thanks!
Answers (1)
Arun Mathamkode
on 4 Jan 2024
0 votes
This means that the sensor modules are not publishing the corresponding uORB message. For example, Accelerometer block reads 'sensor_accel' uORB message to get the accelerometer values. If that uORB messag is never published, then what you are seeing can happen. One possibility is that your Hardware is set to HITL mode and in HITL all sensor modules are disbaled.
1 Comment
William Wang
on 4 Jan 2024
Categories
Find more on Simulink 3D Animation 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!