-
Notifications
You must be signed in to change notification settings - Fork 786
[forward port] Image publishers use SensorDataQoSProfile (#1031) #1052
Conversation
|
Mind triggering CI as described in the wiki? |
|
Oh gosh, has uncrustify been updated? All these tests have been passing fine. The |
I believe the uncrustify errors are due to ament/ament_lint#210, which changed the default config file used for ROS 2. Edit: The eloquent build I triggered is incorrect since it is using the latest ROS 2 branches. I'll retrigger it. |
|
PR fixing uncrustify errors: #1060 |
0410217 to
14e50ca
Compare
|
This needs rebasing again |
14e50ca to
8879bef
Compare
|
uh oh |
Fixed in 9791ebc 🙃 |
All other sensor publishers were updated previously to use the same profile (ros-simulation#926). I'm not sure if the image publishers were overlooked or the image_transport API didn't support setting the QoS profile at the time. Signed-off-by: Jacob Perron <[email protected]>
Signed-off-by: Jacob Perron <[email protected]>
9791ebc to
ea7a809
Compare
This is a forward port of #1031 from Eloquent.