-
Notifications
You must be signed in to change notification settings - Fork 205
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
Localization warnings and errors #340
Comments
@tfoote and I found a relatively easy fix. We just need to change the joint type connecting the base_link to the IMU, GPS and ball shooter links. If the type is a The only reason I'm holding the fix is because I remember Kevin from UF raised an issue and if I remember correctly that was the reason for this change. Unfortunately, the issue was on BitBucket and it's pretty much gone. What I remember is that the GPS/IMU was always located at the base_link (as opposed to be located at the exact pose set by the team) unless we made this change (converting it to a |
The relevant issue was migrated to #188 of this repository. Further, @tfoote observes:
So it looks like our workaround for a previous bug is preventing us from using a workaround for the current bug. Consequently, this will take more looking into. I will move the issue to a future release. |
Apparently it's possible to suppress the cra-ros-pkg/robot_localization#705 Then, it works for me locally adding this line to
I'll add it to VRX when the upstream patch is merged. |
The upstream patch has been merged. Now we need to suppress the warnings. See #402. |
I still get a number of warnings and an error when using the robot localization example as described here: https://github.com/osrf/vrx/wiki/tutorials-ExampleVrx
Setup: I'm working with the master branch and running on, what I believe to be, an updated noetic docker image from dockwater.
When I run
roslaunch wamv_gazebo localization_example.launch
...I have partially fixed this with PR Updating datum for navsat_transform_node #341
But the way the
datum
rosparam is specified appears to be inconsistent with the robot_localization documentation - it is missing the explicit frame declarations. Have we verified that these frames do not need to be specified?Once I fix that issue, then I still get warnings that are note documented in the wiki tutorial https://github.com/osrf/vrx/wiki/tutorials-ExampleVrx
AND
If these warnings are expected, we need to let users know that.
I feel like I may have a problem with my setup as I know folks have worked extensively on these issues.
The text was updated successfully, but these errors were encountered: