Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Lane position not updating after some time

Hello,
the bit combination means that you can put the bits next to other to obtain a binary number. You still need to convert this number to decimal when calling the moveToXY. (binary 101 is decimal 5).
Please send me your network and a few sample coordinates that make the vehicle freeze.
regards,
Jakob

Am Sa., 4. Apr. 2020 um 20:39 Uhr schrieb Branka Mirchevska <brankamircevska@xxxxxxxxx>:
Hey Jakob,

I tried every combination and they either result in the lane position freeze
or they ignore the MoveToXY input completely.
Also, this bit combination thing written on the link you sent me, does that
mean that you can define keepRoute=011 for example? (I tried all those
combinations too, plus keepRight=0/1/2/3/4/5...)

The weird thing is that when the position freezes the car keeps driving,
even though in the description you sent it says it will stop moving if it is
outside of the road or it isn't matched...

Thanks!

Best,
Branka




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top