4Subsea / smsfusion-python

Sensor fusion algorithms and utilities for SMS Motion
MIT License
1 stars 0 forks source link

Consistent naming across all state estimators #27

Closed vegard-solum-4ss closed 9 months ago

vegard-solum-4ss commented 9 months ago

This PR is related to user story DLAB-49

Description

Rename attitude to euler to ensure consistent naming across ass state estimator classes.

Checklist

PR title tips:

vegard-solum-4ss commented 9 months ago

Should we also implement the error and bias as methods to align with the other states? Now they are implemented as properties.

vegard-solum-4ss commented 9 months ago

Should we also implement the error and bias as methods to align with the other states? Now they are implemented as properties.

I updated these to be methods. Let me know if we should change it back.