-
Notifications
You must be signed in to change notification settings - Fork 21
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
Sending goal succeeded when it doesn't seem to have #99
Comments
Seems to me that driving in map frame imposes a whole lots of problems we don't yet understand. Can the client try and see the perfomance using odom only, without map. This can help us understand better where the problem is. Ofcourse during drive in odom, external-force applied or wheel slip will mess up the robot final destination but I think this is not the crucial feature for the mentioned client. Nothing gets printed in the console? When, what we they trying to achieve and failed? |
Hmm interesting idea, it would require a slight modification of sending the goals in the odom frame instead of map, but worth a shot to see what exactly happens. But probably nothing too useful I'd imagine though.
Apparently. I think they filtered out the "remaining x" messages, but nothing in terms of goal finishing somehow.
Yep.
Just normal route navigation with ezmap, nothing out of the ordinary actually. They've been having issues with this since the start basically. |
So, a follow up on that, I've attempted to set all frames to odom which I think forces internal transform of the goal into odom and then working with that iirc.
The results were almost exactly the same, at least for these 1m distance goals I can test with. |
Something odd reported by a client, they seem to be getting a "MoveBasic: Done linear" in cases where the robot hits the goal, but more often than not the case is as follows:
It may just be the extras added in the runaway-rotation-fix branch they're currently on, but it's worth a closer look as to which code path ends this way.
The text was updated successfully, but these errors were encountered: