add get_publishers_info_by_topic#80
Conversation
|
Sorry for the delay I was caught up in the holiday season. I think this looks ready to merge once we fix the CI (looks like a type change should do it) and rebase on top of master. |
705d08c to
ca3a990
Compare
thanks for helping review, I updated PR, but I still has this error for foxy: full error can be found here: https://github.com/NerdToMars/r2r/actions/runs/7463328195/job/20307738761 I have checked the foxy rmw implementation, and it seems same as others DISTRO, https://github.com/ros2/rmw/blob/7fa45cb0d86fef00488e707b9ef37914d7ff0369/rmw/include/rmw/types.h#L321 Do you have any suggestions? |
|
Hi, This commit looks to be from some months after the one you linked: ros2/rmw@703992c There is a comment added about We could just add a conditional compilation for But maybe we also need to handle |
|
Thanks for helping look into this, I tried to use ros2cli to publish some dummy std_msgs/msg/String topic without explicitly specify its qos profile, then I use ros2cli to get the verbose info of this dummy topic, I noticed all the duration data in the qos profile is like: which is similar as someone mentioned here ros2/rmw#210 (comment). |
|
Well at least it fixed CI :) Perhaps the proper fix is to simply drop foxy support with the next release, I am not sure if anyone would care now that it's so old(?). Will merge this now, thanks for your contribution. |
related issue: #78