Draft: Change the way to run actuator set method with or without waiting for the state
Add method wait_ready, to wait for a selected timeout or not for the action to finish the set_in or set_out
- timeout=None -wait forever
- timeout=0 - do not wait
This method is public and can be used in scripts for faster throughput. Replaces the _check property. Closes #3811 (closed)
Edited by Antonia Beteva