Open
Description
We updated the ArduPilot interface so that the default data type should be single and that no single data types need to be specified in the code itself.
However, at least double parameters from the workspace are generated as doubles in the C++ code in rtwtypes (real_T double ...).
As a workaround, the user can manually change "double" to "float" in the generated code if doubles are not desired.
Metadata
Metadata
Assignees
Labels
No labels
Activity