dmb
dmb

Reputation: 567

Custom defined transporters colliding

I've created a simple transporter (think of it like a box on wheels) and I have two separate TransporterFleets that each contain one of these simple transporter agents. In the TransporterFleet blocks I specify a "Min distance to obstacle" = 0.5 meters; however when the simulation runs, the two separate transporters go right over each other from time-to-time.

Note that I have two separate TransporterFleet blocks because each transporter has certain paths that it cannot take.

What can I modify/add so that these transporters will never collide?

Upvotes: 0

Views: 54

Answers (1)

yuriy pidvalny
yuriy pidvalny

Reputation: 124

i had the same issue and suggestion from AL support was to increase transporters deceleration. If you have default value (1 m/s2) than it could be possible that transportesr cant break fast enough...

Upvotes: 1

Related Questions