Skip to content

Conversation

@DBooots
Copy link

@DBooots DBooots commented Dec 23, 2025

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Adds a few missing bound variable names, and fixes a bug with the return type of VectorDotProduct().

  • What is the current behavior? (You can also link to an open issue here)
    The symbols added give a symbol-may-not-exist warning.
    VectorDotProduct() indicates a return type of vectorType, different from vdot().

  • What is the new behavior (if this is a feature change)?
    The new symbols will reflect their existence and correct typing.
    VectorDotProduct() indicates a return type of scalarType.

  • Other information:
    Merry Christmas!

Adds groundSpeed and heading to the bound variables list.
It returns a scalar and not a vector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant