Questions about "UAV Toolbox Support Package for PX4 Autopilots" toolbox.
2 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(1 个)
Arun Mathamkode
2024-1-4
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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!