-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LRAUVState fields population status #11
Comments
@braanan What's the difference between Looking at the Could we get a description in English for these? Looking at the constants, I might guess these: @arjo129 These values are for mission integration. If you have spare cycles, we'll probably want to add some or all of them to |
Cycling back to this... posX_, posY_, posZ_ // vehicle position, northings (m), eastings (m), depth (m). posX_, posY_ should be 0.0 m at init. Rate vector in the vehicle farm: |
#81 is documenting on the message file itself which fields are populated, their units, frames of reference, etc. I suggest we close this issue after that's merged and track future changes on the message itself. |
This ticket keeps track of which fields in
LRAUVState
are populated, to eventually populate all of them. TheLRAUVState
is meant to be a mirror ofSimResultStruct
in the MBARI code base, which contains all the information MBARI’s original simulation provides to the control loop.LRAUVState is defined in
lrauv/lrauv_ignition_plugins/proto/lrauv_state.proto
.Checked box indicates populated.
Empty box indicates needs work.
(*) indicates populated but need modification (see section below).
Populated but need modification:
Note that the coordinate frame convention interpreted by the MBARI controller is FSK.
@braanan @arjo129
The text was updated successfully, but these errors were encountered: