Set disarmed PWM of PX4 simulink app
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am using the Pixhawk Support Toolbox on a Ubuntu 16 machine with Matlab R2016a. I have successful compiled, uploaded, and run my PX4_simulink_app on the Pixhawk. However, I am wondering how to change the Disarm PWM signal in the motor block.
Is there a process to modifying this block to set the disarmed PWM value?
2 Kommentare
yohan diaz
am 19 Mär. 2018
Hi Hans,
Before you build and compile in Ubuntu you tried to build your project in Windows? I'm having an error reated with CMake version I'm using and I would like to know what version of CMake you use. Thanks from Brazil!
Zhaoyi
am 25 Feb. 2019
I want to know how you combined the generated code of the simulink model into the px4 firmware. I don't quite understand the steps in the PX4 PSP documentation. I hope I can get your help. Thank you very much.
Antworten (1)
Zhao Wang
am 7 Sep. 2017
I understand that you want to change the disarm signal for PWM outputs in the motor block. It appears that the disarm PWM signal cannot be changed from the block in the support package. As mentioned in the help document of the block, to arm or disarm the PWM output, you need to feed boolean False or True values to the 'ARM Output' port.
In order to modify the disarmed PWM output, you may need to open and modify the 'sfun_px4_pwm.tlc' file. This file is in the '..\pixhawk\blocks' folder of the support package.
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!