[Noetic] Add compatibility for ROS noetic (no message change)#262
[Noetic] Add compatibility for ROS noetic (no message change)#262RaphvK wants to merge 6 commits into
Conversation
Moving the header there allows to use message filters and time synchronizers and unifies it with nav_msgs/OccupancyGrid.
This reverts commit bf0be3a.
|
Hey @RaphvK , thanks for the PR, is the current version not working for you on Noetic? I will double check internally, but I think grid_map should work on Noetic now. |
|
Hi @maximilianwulf , thank you for your feedback. I cloned the current master again to double-check whether it is working now. But I am still getting the following error when compiling. I suspected that it comes from a change in the FrameManager in ROS Noetic and therefore used the |
|
Hey @RaphvK, I am sorry, we did not yet publish our grid map noetic release. I guess it will be coming any day soon. I hope you can live with that. |
|
Sure, that's fine. Looking forward to seeing it released 👍 |
|
Hey @RaphvK, grid_map should work on Noetic, will close this PR accordingly. Thank you for your proposal :) |
This pull request is forked from #231.
The necessary adaptions for compilation on ROS Noetic in GridMapVisual.cpp and CMakelists.txt were kept, but all changes regarding the change of the GridMap message (moving the header from GridMapInfo to GridMap) were reverted.
Instead, the modified frame_manager.h was recreated based upon the frame_manager.h coming with the ROS Noetic release of rviz. Thus, support for tf was dropped, only tf2 is supported.