-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add component for costmap_filter_info_server #3589
Comments
That seems reasonable enough to me - I'm surprised we overlooked that. @AlexeyMerzlyakov I think that's in your maintainer bin - can you make it a component + update tutorial to use in that way? Unless @FiIipe wanted to contribute it! |
Sure, I would love to contribute to the Nav2 project! Thank you! |
I think broadly you should only need to register it as a component + cmake to support as lib / registered and it should be good to go with documentation updates. @AlexeyMerzlyakov, anything else you think @FiIipe would need to do? |
@FiIipe, thank you for the participation to contribute it!
Since |
^ though tutorials changing to use as a component would be of real value |
@SteveMacenski @AlexeyMerzlyakov I created two PR. One is already mentioned in this ticket and the other is for the navigation_tutorials package. The PR can be found here: ros-navigation/navigation2_tutorials#67 If my changes are approved, then it would be important to update also the documentation here: https://navigation.ros.org/tutorials/docs/navigation2_with_keepout_filter.html#configure-costmap-filter-info-publisher-server Thank you 🤖 |
Documentation + tutorials repo changes still required! |
Hi! |
Foxy Is EOL and is no longer supported. It does not contain the costmap filter features. Upgrade to Humble :-) @Filipe @AlexeyMerzlyakov how are the docs / tutorial changes coming along? It would be good to close this out next week |
@SteveMacenski @AlexeyMerzlyakov I will look into it now, hopefully it will be merged soon :) Thank you |
@FiIipe any update? I'd like this squared away ASAP so we can get this off the issue tracker before everyone disappears for summer vacations |
@SteveMacenski I'm waiting Alexey's review, he was on vacation. I'm not sure he is back |
Got it, thanks! |
Apologies for late review: hot season after vacation today. Tutorials PR is almost done. Please submit a new PR to documentation updates describing the switching of CostmapFilterInfoServer to using Composable mode. |
@FiIipe @AlexeyMerzlyakov can we try to get this done shortly? The actual code change is done and its a bad spot to be in without the docs Edit: I guess if its just a tutorial its not that big of a deal. I'll just add a remark inline that you can also use composition nodes and be done with it. |
Feature request
Feature description
Currently, there is no possibility to use the costmap_filter_info_server as a component.
Upon reviewing the recent commit, I noticed that the map_saver and map_server components were added, but the costmap_filter_info_server was not included as a component.
Therefore, I would like to request the addition of the costmap_filter_info_server as a component in the Navigation2 package, if possible.
Implementation considerations
No special considerations for the implementation.
Thank you for considering my feature request. I appreciate your dedication and efforts in continually enhancing the Nav2 package.
The text was updated successfully, but these errors were encountered: