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

feat: Enhance error message handling. #86

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

gustavol
Copy link
Contributor

Type of change

Type A:

  • Bug fix (non-breaking change which fixes an issue)
  • UI Feature
  • Refactor/Code Cleanup
  • Docs
  • Capability implementation for existing core capability
  • New robot implementation

Type B:

  • New capability
  • New core feature

Description (Type A)

In some conga models (in my case 3090), error messages did not appear, only "unknown error" was displayed, a treatment was added to display the error in raw form.

Some mapped errors:

  • lidar_time_out = Got stuck under the closet
  • dustbox_not_exist = Dust box removed
  • wheel_up = Lifted from the ground
  • escape_failed = Got stuck in a floor cloth 🤣

Fixes #84

In some conga models (in my case 3090), error messages did not appear, only "unknown error" was displayed, a treatment was added to display the error in raw form.

Some mapped errors:
lidar_time_out = Got stuck under the closet
dustbox_not_exist = Dust box removed
wheel_up = Lifted from the ground
escape_failed = Got stuck in a floor cloth 🤣
@elraro elraro merged commit 3530e9c into congatudo:master Dec 28, 2023
4 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Congatudo display unknown error in banner
2 participants