Skip to content

ArduPilot interface: generated code contains double data types #5

Open
@ybeyer

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions