Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Error with Bus Platooning due to missing lane

Dear all,
 
thanks for helping me solve my last issue (https://github.com/eclipse/sumo/issues/11219).
I have continued to work on this and have now encountered the following problem:
 
For description and working files please see: https://github.com/eclipse/sumo/issues/11264
 
when running the simulation via "startsim.py" the first Platoon-run is going well, but later on the same route, the buses got the following problem and the simulation crushes. When solving this issue the error occured again with other lanes. Could it be because Simpla does not support lane changing? 
 
 
Error: Answered with error to command 0xc4: No lane with index '3' on road '760808290#1'.
Traceback (most recent call last):
  File "C:\Program Files (x86)\Eclipse\Sumo\tools\simpla\_platoonmanager.py", line 605, in _adviseLanes
    traci.vehicle.changeLane(veh.getID(), leaderLane, self._controlInterval)
  File "C:\Program Files (x86)\Eclipse\Sumo\tools\traci\_vehicle.py", line 1002, in changeLane
    self._setCmd(tc.CMD_CHANGELANE, vehID, "tbd", 2, laneIndex, duration)
  File "C:\Program Files (x86)\Eclipse\Sumo\tools\traci\domain.py", line 164, in _setCmd
    self._connection._sendCmd(self._cmdSetID, varID, objectID, format, *values)
  File "C:\Program Files (x86)\Eclipse\Sumo\tools\traci\connection.py", line 189, in _sendCmd
    return self._sendExact()
  File "C:\Program Files (x86)\Eclipse\Sumo\tools\traci\connection.py", line 106, in _sendExact
    raise TraCIException(err, prefix[1], _RESULTS[prefix[2]])
traci.exceptions.TraCIException: No lane with index '3' on road '760808290#1'.
 
Attached you find my working files. 
Thanks and regards
Simplaplatooner
 

 



Back to the top