-
Notifications
You must be signed in to change notification settings - Fork 48
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
Multi robot map merge - Issue #31
Comments
In Galactic, changing the value of the param world_frame from world to map in the params.yaml file in the config folder of map_merge, rviz could show the merged map (need to add map topic to rviz by clicking the add button). The param value map_udpates is also corrected to map_updates in the same file. |
@rananat I just saw the typo in that |
Hi Carlos,
Thank you. Wish to know if the package is working in Humble?
In Foxy, after setup and launch, whenever we set the goal using 2D Goal
Pose button, the goal is rejected by the server.
Best regards,
Samsad Beagum
…On Thu, 23 Mar 2023, 05:48 Carlos Andrés Álvarez Restrepo, < ***@***.***> wrote:
@rananat <https://github.com/rananat> I just saw the typo in that
params.yaml. I'll fix it, thanks.
Can we close the issue or are you still having a problem? If so, can you
share a step by step procedure to reproduce your issue?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMCDVWKOZXW23U64SHYVYPTW5NXULANCNFSM6AAAAAAVLZ6RIM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, it should be working in foxy, galactic, and humble. if you don't provide a way to reproduce the error is very difficult to help you |
Thank you. In another window, sourced Humble and workspace and launched Gazebo and Rviz launched, rviz showing no robot and no map with no map warning. [controller_server-17] [INFO] [1680228103.921692998] [robot2.local_costmap.local_costmap]: Timed out waiting for transform from base_link to odom to become available, tf error: Could not find a connection between 'odom' and 'base_link' because they are not part of the same tree.Tf has two or more unconnected trees. [controller_server-6] [INFO] [1680228103.922840619] [robot1.local_costmap.local_costmap]: Timed out waiting for transform from base_link to odom to become available, tf error: Could not find a connection between 'odom' and 'base_link' because they are not part of the same tree.Tf has two or more unconnected trees. The following is the log of messages that eventually lead to the above timed-out messages. |
We tried the package in humble for multi robots map merge with slam-gmapping - rviz and gazebo do not launch as expected.
We tried it in foxy - rviz, gazebo and map-merge node all started fine but could not navigate the robots in rviz as the goal was always rejected by the server for both the robots. Rviz that is supposed to show the merged map was empty.
We tried it in Galactic - the launch is fine, could navigate both robots in rviz, could run map merge and it subscribes to /robot1/map and /robot2/map and /robot1/map_updates and /robot2/map_updates but the rviz instance for showing the merged map is empty.
The text was updated successfully, but these errors were encountered: