ROS2 Equivalent for AdvertiseOptions

asked 2022-02-14 21:06:15 -0500

MakinoharaShouko gravatar image

I am porting a ROS1 gazebo plugin that uses AdvertiseOptions to ROS2, but I don't know if there is any equivalent in ROS2. I found something called PublisherOptions. However, its API is very different from AdvertiseOptions. Is there some way I can set connect_cb and disconnect_cb in ROS2?

edit retag flag offensive close merge delete