When trying to access the current remaining count or get count for a queue, the getCount() always gives value as 0 and getRemainingCount() always stays at 50. The queue publish and pop are working because they execute corrdinates on an arm running the motors, but the number of coordinates in the queue currently is not accessible.
Since i'm not able to publish the number of coordinates currently in the queue, it is making it difficult to know when to send next list of points.