-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
featureNew feature or requestNew feature or request
Description
Taken from rosbridge:
# Publisher for number of connected clients
# QoS profile with transient local durability (latched topic in ROS 1).
client_count_qos_profile = QoSProfile(
depth=10,
durability=DurabilityPolicy.TRANSIENT_LOCAL,
)
RosbridgeWebSocket.client_count_pub = self.create_publisher(
Int32, "client_count", qos_profile=client_count_qos_profile
)
RosbridgeWebSocket.client_count_pub.publish(Int32(data=0))
ndmmdn
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request