-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: make position in world to be the vessels #10
base: master
Are you sure you want to change the base?
Conversation
dabadf9
to
8567ab6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly alright IMO. Just add a flag that turns this feature on and off so we can test it in live.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some fixes in addition to the naming issue Mateus spotted.
Biggest change is: move all that code to the library.
Keeping the test setup in the `before do` block makes it harder to make adjustments for the tests (e. g., changing the value of the `use_sensor_offset_correction` property). This commit moves the setup logic into a function to reduce duplication.
and avoid using null values in converter
e84d72c
to
7339e19
Compare
and remove function that was previously doing that, as the code is now one line
Depends on:
What is this PR for
See shortcut story for details
[sc-35882]
How I did it
Results, How I tested
Checklist