-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Costmap obstacle layer do not work #3055
Comments
Indeed More info here https://discourse.ros.org/t/nav2-issues-with-humble-binaries-due-to-fast-dds-rmw-regression/26128/2 but the other ticket is where we're tracking it. Switch to Cyclone RMW and it is not an issue |
Sorry for my ignorance, but how can you change from Fast DDS to Cyclone RMW? I am strugling with the same problem in ROS2 Galactic, and want to see if this solve the problem there too |
check here: https://docs.ros.org/en/humble/Installation/DDS-Implementations/Working-with-Eclipse-CycloneDDS.html
Are you sure? We didn't experience any issues off late. Could you explain it a bit in detail? |
I am using RTABMAP along with Nav2 and ROS2 Galactic. The robot uses a RGBD camera and I am using the depthimage_to_laserscan package to transform the images into a laserscan. First of all it is worth to mention that the local costmap only appears if it is defined with an static_layer, like the global costmap. Otherwise it doesn't appear. Moreover, you can see here an image of the problem. Once the map is mapped using RTABMAP, I introduce a rock in the middle of the cave, that, as you can see, it is detected by the laserscan and so by the camera. However, the local costmap doesn`t reflect this obstacle in the map. I attach here the definition of the local costmap plugins.
|
I understand, but this issue is not anyways related to the original issue posted in this forum. The original issue is somehow related to the FastRTPS middleware and yours I assume it somehow related to the configuration. I hope someone can help you at answers.ros.org |
So you believe this isn't a problem related to FastRPS right? |
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Actual behavior
global_costmap and local_costmap obstacle layer do not work.
Additional information
Modify the obstacle_layer.cpp, comment the line 226, the costmap seems work well.
The text was updated successfully, but these errors were encountered: