You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a DORA native service interface similar like ROS services. Services are based on a call-and-response model versus the publisher-subscriber model of topics. While topics allow nodes to subscribe to data streams and get continual updates, services only provide data when they are specifically called by a client. The client can have sync and Async calls for services. This pattern has been proven useful in ROS ecosystem. It can improve performance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Need a DORA native service interface similar like ROS services. Services are based on a call-and-response model versus the publisher-subscriber model of topics. While topics allow nodes to subscribe to data streams and get continual updates, services only provide data when they are specifically called by a client. The client can have sync and Async calls for services. This pattern has been proven useful in ROS ecosystem. It can improve performance.
Beta Was this translation helpful? Give feedback.
All reactions