How to check if a controller is fully loaded in a chained controller config
Hello everyone,
I have a situation where I have 2 chhained controllers in this setup : controllerA->controllerB->robot
I both start them with a generate_load_controller_launch_description
type of launch file.
My question is how do I wait for the controller B to fully load before starting the A ? Because I sometimes got error when A starts pouring data into the reference interface of B before its loaded.
Asked by yaxlei on 2023-06-16 12:20:58 UTC
Comments