Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Depot 中移除 Parcel 对象,以便我们可以用 Vehicle 将其拾取?有一个名为 addParcelIn() 的方法,但我们找不到它的对应方法。谢谢!
当前版本(RinSim 4.4.3)不支持Parcel在Depot. 一种解决方法是将包裹添加到RoadModel与仓库相同的位置,查看RoadModel.addObjectAtSamePosition(..). 然后可以通过 完成取件PDPModel.pickup(..)。
Parcel
Depot
RoadModel
RoadModel.addObjectAtSamePosition(..)
PDPModel.pickup(..)