UbiquityRobotics / demos

Robot demos
5 stars 5 forks source link

FloorFollow needs to operate without need for a wait between goals #23

Closed mjstn closed 4 years ago

mjstn commented 4 years ago

For some unknown reason I have seen that I sometimes have to include an extra wait between goals.

For this actionlib server there should be no need to have a delay.

I am speculating here but maybe it has something to do with when we return from an action we must do so and be immediately ready to get next goal from a client.

This bug is critical to fix.