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

cmdTau logging: indices instead of names #29

Closed
rohanpsingh opened this issue Feb 9, 2023 · 2 comments
Closed

cmdTau logging: indices instead of names #29

rohanpsingh opened this issue Feb 9, 2023 · 2 comments

Comments

@rohanpsingh
Copy link
Contributor

Why in the case of cmdTau, mc_log_ui does not automatically convert the joint indices to joint names? In the case of most other quantities, qIn, qOut and even entries created by my controller are automatically converted.

controller.controller().logger().addLogEntry("cmdTau", [&]() { return cmdTauIn; });

@gergondet
Copy link
Member

This only happens for a pre-defined set of prefixes defined here: https://github.com/jrl-umi3218/mc_rtc/blob/master/utils/mc_log_gui/mc_log_ui/mc_log_ui.py#L767

@rohanpsingh
Copy link
Contributor Author

Fixed in 3f7df46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants