Package edu.tufts.hrilab.ros2
Interface SubscriberCallback<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
callback
Every time the subscriber gets a message, execute the callback on it- Parameters:
t
-
-