-
Notifications
You must be signed in to change notification settings - Fork 0
added ability to corrupt wind sensors #264
base: master
Are you sure you want to change the base?
Conversation
jamenkaye
commented
Nov 20, 2021
- Should I write more documentation for how to use this code? Should I update the readme document?
- What is the convention for wind direction angles here? I'm assuming angles need to be on [0, 360) and would need to make a small change otherwise
- Please let me know if there are any other issues or if I should add something else!
Should I write more documentation for how to use this code? Should I update the readme document?
What is the convention for wind direction angles here? I'm assuming angles need to be on [0, 360) and would need to make a small change otherwise
|
Clean way to throttle updates:
|
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 small changes that would make the code cleaner
Added a description of how to use `broken_wind_sensors` parameter.
minor edit
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.
Great work so far, very clean and clear code. Made a couple suggestions
Addresses feedback from @patrick-5546 to reword 'the chosen wind sensor' to convey that it is randomly selected not chosen.
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.
Great work on this PR, excited to revisit this once we get some more sensor data