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

Improve the motor temperature diagnostic #1005

Open
valegagge opened this issue Jan 13, 2025 · 0 comments
Open

Improve the motor temperature diagnostic #1005

valegagge opened this issue Jan 13, 2025 · 0 comments
Assignees

Comments

@valegagge
Copy link
Member

Is your feature request related to a problem?

As explained in robotology/icub-tech-support#2007, when a motor sensor temperature doesn't read correctly the diagnostic reports the overheating error.
In the first development of this feature, we used the same error code overheating both for the real overheating and also for error readings. The user can discriminate between the two errors checking the raw value of temperature. if is is less than zero means an reading error occurred.

In the ticker mentioned above we noticed that, only the first diagnostic error report the negative value, while the next one report the overheating error with a positive value making the user confused, if it is a fake overheating.

So, we need to avoid this misunderstanding.

The solution you would like to have available

I think the best solution is adding a different error type in the fw and then improving the diagnostic.

Alternatives you have considered

No response

Additional context

No response

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

No branches or pull requests

2 participants