Guillermo Oliver
Results
3
comments of
Guillermo Oliver
Any news on this? We are experiencing the similar problem. Works perfectly in simulated environment, but delays appear when testing on real setup. First run works without delays, but from...
@djh329: Unfortunately we are not using Docker.
We were defining the SimpleActionClient inside the control loop, causing it to be created and destroyed in each execution. We managed to solve this problem by defining it as a...