Kristof Posted February 15, 2019 Posted February 15, 2019 In my model a truck (vehicle) is delivering packages (ModelEntities) to customers (Sink) following the road (Paths). Now I want to model a drone (vehicle) that brings packages (ModelEntities) to the truck (vehicle) using free space. Challenges: - The drone and truck can only exchange packages when the truck is not moving. (He's at a customer location) How can i find the next stop of the truck and thus the destination that the drone needs to go to. - How do i best transfer packages from the drone onto the truck. Knowing that the truck goes from sink to sink and at these locations there is no buffer available.
gocken Posted February 18, 2019 Posted February 18, 2019 Dave had shared a post which, I think, can be a solution or at least a starting point to your problem.
Recommended Posts