Open SammyRamone opened 1 year ago
The HCM has a lot of callbacks. To achieve a decent performance, these should be executed in parallel. This is unfortunately not the default. See also https://docs.ros.org/en/rolling/How-To-Guides/Using-callback-groups.html
All callbacks for sensordata and joint goals is executed in parallel
All callbacks are executed after each other.
1. 2. 3. ...
@Flova any updates on this?
The HCM has a lot of callbacks. To achieve a decent performance, these should be executed in parallel. This is unfortunately not the default. See also https://docs.ros.org/en/rolling/How-To-Guides/Using-callback-groups.html
Expected behavior
All callbacks for sensordata and joint goals is executed in parallel
Current behavior
All callbacks are executed after each other.
Steps to Reproduce
1. 2. 3. ...
Context (Environment)
Possible Solution