-
Notifications
You must be signed in to change notification settings - Fork 904
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
Enable QoS overrides #657
Enable QoS overrides #657
Conversation
Signed-off-by: Audrow Nash <audrow@hey.com>
Signed-off-by: Audrow Nash <audrow@hey.com>
@SteveMacenski, the required PR has been merged in. I believe this is ready to merge. |
Signed-off-by: Audrow Nash <audrow@hey.com>
I'm now using |
Signed-off-by: Audrow Nash <audrow@hey.com>
Signed-off-by: Audrow Nash <audrow@hey.com>
@audrow Some change here or in your message filters PR is failing to build robot_localization with galactic ros2/message_filters#56. https://build.ros2.org/job/Gbin_uF64__robot_localization__ubuntu_focal_amd64__binary/7/console
Is this something you can patch? It looks like you may have removed (?) the default constructor |
Hey @SteveMacenski, I believe that this is because the message filters PR didn't get into Galactic (it was done after the freeze). I'll ask the ROS boss what to do. |
Since the change wasn't meant to make it in Galactic, I made a PR reverting the change on the |
* Remove try-catch blocks around declare_parameter (#663) Try-catches were added in #631 due to a new rclcpp feature enforcing static parameter. The behavior was later patched for this particular use-case in ros2/rclcpp#1673, so now we can avoid having to try-catch. Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Add missing message_filters dependency (#666) Headers from message_filters are included here: https://github.com/cra-ros-pkg/robot_localization/blob/67098c2341b5d1ccbcceb8eede60e79db74814a6/include/robot_localization/ros_robot_localization_listener.h\#L41-L42 Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Revert "Enable QoS overrides (#657)" This reverts commit 2816e92. Co-authored-by: Jacob Perron <jacob@openrobotics.org>
This is adding QoS overrides, which were added in ros2/rclcpp#1408.
This PR relies on