-
Notifications
You must be signed in to change notification settings - Fork 316
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
The use of ground truth localisation leads to errors #452
Comments
Hi! We'll fix it in develop, and once that's done you can re-pull the image for the warning spam to stop :) |
Thank you very much for looking into this @marinagmoreira !
Result: astrobee updates attitude, everything works fine
Result: astrobee tries to update the attitude then starts to tumble uncontrollably, accelerating, and mobility commands no longer work. So I think it would be good to test the PR against this case as well. |
I can confirm the behavior you reported on 20.04, we'll fix it :)
|
It works with ubuntu 16 version thank you very much @marinagmoreira ! |
I'll reopen this such that we remember to fix it :) |
This PR fixes this issue fully |
Hello!
I'm running astrobee from the provided docker image with the following entrypoint command
Which outputs a lot of errors like
It could be related to ros/geometry2#467
I've tried updating ROS packages inside the container (hoping that there has been an update for tf2 following that issue), but didn't help.
I think there could be a problem with GroundTruthLocalizerNodelet, and ROS team has suggested a solution which we could potentially apply to the ground truth localizer. Maybe there is another workaround we could use?
I'd like to be able to launch astrobee simulation relying only on Twist & Pose coming from Gazebo, i.e. using ground truth localizer.
Please advise :)
The text was updated successfully, but these errors were encountered: