-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create telemetry sub-folders in "iCub Telemetry" dictionary #133
Comments
After an initial analysis, we see that in order to freely add folders in the telemetry dictionaries, some refactoring of the
|
On the composition provider...
Actually this would compromise the current mapping used for selecting the dictionary depending on the namespace => we would have to parse the namespace, for instance keep the initial segment, for using it in the mapping. Probably the best is to build a mapping [identifier -> path-in-the-dictionary-to-the-domain-object-properties-block] and leave the namespace intact. On the
|
A simple alternative, with the same effect and much less processing would be to set as
Footnotes
|
Implementation StepsDictionaries
Object Provider
Composition Provider
|
Implemented in #149 . |
The "iCubTelemetry" folder in the visualiser left pane has a long list of telemetry domain entries which make the search for any of those somewhat inefficient and difficult. This should be easily solved by grouping the entries in modalities adding some sub-folders.
Implemented in #149 .
The text was updated successfully, but these errors were encountered: