simple FIFO stack (queue) for MoveIt in ROS
Hi,
I want to use a simple queue (FIFO stack) to give a list of waypoints to MoveIt. I looked at the tutorial : Callbacks_and_Spinning and the class CallbackQueue but it looks like we can use it only with Publisher/Subscriber. Is there any existing simple queue or must I create it from array?
Thanks