Build action
Build your model
Since R2026a
Model Configuration Pane: Hardware Implementation / UAV Toolbox Hardware Support Package / Hardware board settings / Target hardware resources / Build options
Description
The Build action
parameter defines how UAV Toolbox software responds when you press Ctrl+B to build your
model.
Settings
Build, load, and run
(default) |
Build
-
Build, load, and run With this option, pressing
Ctrl+Bor clicking Build Model:Generates code from the model.
Compiles and links the code into a shared object called
librsedu.so.Detects if a ArduPilot® flight controller is connected over Bluetooth.
Loads the
librsedu.sointo the connected ArduPilot flight controller.Runs the
librsedu.soin the ArduPilot flight controller.
-
Build With this option, pressing
Ctrl+Bor clicking Build Model:Generates code from the model.
Compiles and links the code into a shared object called
librsedu.so.
This option does not load and run the
librsedu.soon the ArduPilot flight controller.
Recommended Settings
No recommendation.
Programmatic Use
| No programmatic use is available. |
Version History
Introduced in R2026a