zed-ros2-wrapper
zed-ros2-wrapper copied to clipboard
Add support for latest ROS2 versions
Fixes #79, which also adds supports for versions Galactic and later. This should be merged into a galactic
and humble
branches.
I will update the readme as well, if this fix is acceptable.
Please do not change the file format when pushing a PR. We cannot merge it. Only apply your modifications disabling any kind of auto-formatter
@Myzhar Sorry about that, fixed.
Would be interested to see this PR merged in fwiw.
Thank you for the fixes. I'm not merging your PR directly, but I'm going to create a ros2_humble
branch before.
Thank you for the fixes. I'm not merging your PR directly, but I'm going to create a
ros2_humble
branch before.
If you would like to follow ros2 conventions, branch name should only be humble
https://docs.ros.org/en/foxy/The-ROS2-Project/Contributing/Developer-Guide.html#branches
I know, that's only for development. I'm going to merge everything into the master branch to have a package that supports all the current LTS versions (i.e. foxy and humble)
Merged in the ros2_humble
branch. Merge into the master
branch will follow after QA