-
Notifications
You must be signed in to change notification settings - Fork 31
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
Reading roll from navigation.attitude object #97
base: master
Are you sure you want to change the base?
Conversation
As per specs navgation.attitude contains an object containing pitch, roll and yaw. navigation.attitude.roll should not exist anymore.
Test using Mocha closeTo w/ delta
Test was failing because of change in variation value (mag north drifting). Check now using expectedRange/closeTo with delta.
There are unrelated commits here. |
Do you mean the division by zero bit? I can remove that and make it a separate one. |
The commits list is messy because it’s not based off master, but that does not matter, easy enough to squash and merge in Github. But I think stw = 0 case should return a pathvalue with value set to null to erase the previous value. The boat stops, so leeway does not really have a valid value any more calculated like this. Or alternatively it should be zero. Or what do you think? |
This thing still alive? |
As per specs navgation.attitude contains an object containing pitch, roll and yaw.
navigation.attitude.roll should not exist anymore.