-
Notifications
You must be signed in to change notification settings - Fork 132
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
Feature/head and sensorring #593
Changes from all commits
161e217
86a4748
6d5516e
71dae05
36241ab
2604cae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,27 +104,19 @@ analyzers: | |
torso: | ||
type: diagnostic_aggregator/GenericAnalyzer | ||
path: Torso | ||
contains: 'torso/driver' | ||
contains: 'torso/' | ||
# head: | ||
# type: diagnostic_aggregator/GenericAnalyzer | ||
# path: Head | ||
# contains: 'head/driver' | ||
# contains: 'head/' | ||
# sensorring: | ||
# type: diagnostic_aggregator/GenericAnalyzer | ||
# path: Sensorring | ||
# contains: 'sensorring/driver' | ||
# contains: 'sensorring/' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why keep it commented? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cob4-1 doesn't (yet) have a working sensorring hardware |
||
base: | ||
type: diagnostic_aggregator/AnalyzerGroup | ||
type: diagnostic_aggregator/GenericAnalyzer | ||
path: Base | ||
analyzers: | ||
base: | ||
type: diagnostic_aggregator/GenericAnalyzer | ||
path: drives | ||
contains: 'base/driver' | ||
base_twist_mux: | ||
type: diagnostic_aggregator/GenericAnalyzer | ||
path: twist_mux | ||
contains: 'twist_mux' | ||
contains: 'base/' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what happened to the twist_mux diagnostics? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. light on base is using |
||
|
||
safety: | ||
type: diagnostic_aggregator/GenericAnalyzer | ||
|
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.
could you not just set the value to
false
?here and wherever it applies...
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.
No, the default be kept in a single place.