Area Callback Service Servicer
- class bosdyn.client.area_callback_service_servicer.AreaCallbackServiceServicer(robot: Robot, config: AreaCallbackServiceConfig, area_callback_builder_fn: Callable[[AreaCallbackServiceConfig, Robot], AreaCallbackRegionHandlerBase])[source]
Bases:
AreaCallbackServiceServicer
Implementation of area callback service.
- Parameters:
robot – The Robot object used to create service clients.
config – The AreaCallbackServiceConfig defining the data for the AreaCallbackInformation response.
area_callback_builder_fn – Callable to create the AreaCallbackRegionHandlerBase subclass that implements the details of the callback. Usually this will simply be the class itself.
- SERVICE_TYPE = 'bosdyn.api.graph_nav.AreaCallbackService'
- UpdateCallback(request, context)[source]
Regular updates from GraphNav, with responses to update the policy.