Hi there,
I am trying to create custom code that allocates all required nodes for a travel path after the OnAGVBuildTravelPath event which allocates all control points at the same time for an AGV's given travel path. This is in order to "pre-reserve" the control points as there are multiple AGV's in the space and would help with routing generation.
Right now, I am only able to get the default of allocating the next space and deallocating as it goes along.
Thanks