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

5090 partly compatible #5

Open
fabriba opened this issue Oct 30, 2020 · 4 comments
Open

5090 partly compatible #5

fabriba opened this issue Oct 30, 2020 · 4 comments

Comments

@fabriba
Copy link

fabriba commented Oct 30, 2020

it returns <Status: error>
but it seems to show most other information correctly, and also the "locate" action works.

happy to help troubleshooting.

@adrigzr
Copy link
Owner

adrigzr commented Nov 3, 2020

Could you send me the output of the command SMSG_DEVICE_STATUS on several statuses?

  • Idle.
  • Docked.
  • Runing.
  • Error (with lid open or something).

Thanks!

@Chris-mazo26
Copy link

Chris-mazo26 commented Dec 14, 2020

Hola podrias agregar las fuciones de fregado y progrmas para las congas 5000....por favor....espero que no sea mucha molestia.....cualquier cosa me avisa

@guat37
Copy link

guat37 commented Jan 17, 2021

Successfully tested on a 5090. All features are ok. Great Job.

conga

@zzarne
Copy link
Collaborator

zzarne commented Jan 26, 2021

This works quite well but the update including the charging base includes a bogus robot position. Maybe the schema doesn't match completely for the 5090. It can be seen in above screenshot where Robot x is way below map precision or on the map where the robot jumps to map origin from time to time. This can be fixed by ignoring the robot coordinates in handle_map_update if abs(schema.robotPoseInfo.poseX) + abs(schema.robotPoseInfo.poseY) + abs(schema.robotPoseInfo.posePhi)) is below, say, 6e-39. I can set up a pull request if this is the way to handle this but I'd prefer to decode all data correctly.

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

5 participants