Skip to content
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

telemetryDeviceDumper: refactor variables names in order to be compatible with robot-log-visualizer #166

Merged
merged 5 commits into from
May 4, 2022

Conversation

Nicogene
Copy link
Member

This PR adds some changes to telemetryDeviceDumper, first of all, add the yarp_robot_name parameter added in #162, exploits the possibility of specifying the element names (added in #161) and the hierarchical structure (added in #146) in order to create a .mat with a format compatible to robot-log-visualizer

These changes obviously breaks the user scripts for analyze the data get from the telemetryDeviceDumper, a possibility is to add configurable names for the variables but I am afraid would be a mess.

It fixes #165

cc @GiulioRomualdi

@Nicogene Nicogene added the enhancement New feature or request label Apr 11, 2022
@Nicogene Nicogene requested review from traversaro and AlexAntn April 11, 2022 14:18
@Nicogene Nicogene self-assigned this Apr 11, 2022
@Nicogene
Copy link
Member Author

The blocking issues in order to have the data collected via telemetryDeviceDumper usable off-the-shelf with the visualizer are

ami-iit/robot-log-visualizer#37
ami-iit/robot-log-visualizer#38

Copy link
Contributor

@AlexAntn AlexAntn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Nicogene added 5 commits May 4, 2022 11:11
In YARP 3.4-ish release is included an important fix for logging the odometry
…_robot_name conf

This refactorization exploits the hierarchy structure of YARP_telemetry in order to divide joint variables from motor variables etc
@Nicogene Nicogene force-pushed the feat/robot-log-vizCompat branch from d5b4862 to 1621106 Compare May 4, 2022 09:14
@Nicogene Nicogene merged commit 5d499ff into master May 4, 2022
@Nicogene Nicogene deleted the feat/robot-log-vizCompat branch May 4, 2022 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the telemetryDeviceDumper mat format compatible with robot-log-visualizer
2 participants