Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge
  • From: <Maria.Armellini@xxxxxx>
  • Date: Tue, 13 Oct 2020 12:25:58 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:wXPjQRL06NHzOpWS8dmcpTZWNBhigK39O0sv0rFitYgeIvXxwZ3uMQTl6Ol3ixeRBMOHsq0C1rud6fGocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmTiwbalyIRiyogndqM0bipZ+J6gszRfEvmFGcPlMy2NyIlKTkRf85sOu85Nm7i9dpfEv+dNeXKvjZ6g3QqBWAzogM2Au+c3krgLDQheV5nsdSWoZjBxFCBXY4R7gX5fxtiz6tvdh2CSfIMb7Q6w4VSik4qx2ThLjlSUJOCMj8GzPisJ+kr9VoA6vqRJ8zY7bYoCVO+Zxca7GZ9wWWWhBU9xNWyBdAI6xaZYEAeobPeZfqonwv1wDoxykCgm2BePg0CVEi2Ps3a0/zeshFQXG3A0mH9IPq3nbsdH1NL0IXe+o0qbF1DPOZO5Z1jnh8obHaAwhoe2SUrJqd8rc0UYhGh7Bg1ufrYHoPzKY2+sRv2SG6+dtW+aihmwlpgxzvDSix9khhpfVio4Lyl7I6yp0zJg2KNClSUN2ZcCoHZ9WuiqHOYV2RcYiTHtpuCY80rAJpJq7fDIQxJs62RHTc/KGfoaS7hLkTuaRLi90hHV+eLK6nRqy91avyvH6W8Kp01hKtjJInsTQunwXyhDe6ceKRuFg8kqv2juDzR7f5+9cLUwpl6fXNYQtzqAtmpYJrEjOHC77lF/rgKKQa04q4PKn6/79bbXjvpKcMoh0hRzgPak2gcy/BPg4MhAJX2iG5eSwzL3j8lP9QLVNlvA4nK/Xvp7VK8obpqC3BAxb3IE55RqhATqo39UXkGcdIFJEfhKHk5LpNEvULP/lCfe/mU6gnyp1yPzeP73hBIvCLmTbnbv8Ybpx8VNQxQk8wNxF+p5ZBLIMLOjtVkL/rNDYCwU2Mw2ww+bpEtV90YYeVHqIDKCDKqPSsEWH6vgzLumWYY8apjL9K/wk5/7ojH80gkISfa2z3ZcNdX+3AOxqI1+Fbnr0ntcBDWAKsxIlTOz3jV2CVidfZ2upX60i/DE2E5ypApvHRoCsmLyBxzm0EodRZmBcBVDfWUvvItGfRvILLT+JL9VJnzcAVKC6Rskmzx745yHgzL8yes/d4CwR87v50dVx4+zVlDk+8SYyA8nLgDLFdH19gm5dH2x+56t4u0Eoklo=
  • Ironport-sdr: 6HIXyj8wiSt7B3oYB/xtL0qB3iqKwBJUsULSzbA6cpvrCIowO2AjL8PhBuSAqEIHk1xbvCxCCs GBBmObq50T0A==
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWoRQ/M79Jhw3wckCvoizhwnhJf6mVdaTw
  • Thread-topic: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge

Hi,

 

you are missing the vClass attribute in your vType definition: <vType id="evehicle" vClass=”evehicle”

You defined a vType „evehicle” without a class definition, so the default class “passenger” is set. In your net, the edge allows the vClasses pedestrian delivery bicycle evehicle", where “evehicle” refers to the vClass and not to your vType. https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#available_vtype_attributes

 

Regards,

Giuliana

 

Von: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von Chris Weinhaupl
Gesendet: Dienstag, 13. Oktober 2020 05:52
An: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Betreff: [sumo-user] Warning: Vehicle '9' is not allowed to depart on edge

 

I am looking for an option to correct the permission issue, thoughts? 

 

Thanks

 

 

C:\sumo_projects\ont_2_ranch>c:\sumo\bin\duarouter.exe -c duarcfg_file.trips2routes.duarcfg --ignore-errors

Loading configuration ... done.

Warning: Vehicle '9' is not allowed to depart on edge '39951463#7'.

Warning: The vehicle '9' has no valid route.

 

 

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">

    <vType id="evehicle" accel="0.8" decel="4.5" sigma="0.5" maxSpeed="55.55" length="5" height="1.5" width="1.8" carFollowModel="Krauss" personCapacity="14" boardingDuration="0.5"

...

 

</routes>

 

 

 

C:\sumo_projects\ont_2_ranch>findstr "39951463#7" *

od_file.odtrips.xml:    <trip id="9" depart="18.39" from="39951463#7" to="-630045659" fromTaz="Metrolink" toTaz="ontario_airport" departLane="free" departSpeed="max" type="evehicle"/>

osm.net.xml:    <edge id="-39951463#7" from="479790904" to="479790902" priority="1" type="highway.service">

osm.net.xml:        <lane id="-39951463#7_0" index="0" allow="pedestrian delivery bicycle evehicle" speed="5.56" length="5.80" shape="12794.90,7208.39 12793.26,7202.82">

osm.net.xml:    <edge id="39951463#7" from="479790902" to="479790904" priority="1" type="highway.service">

osm.net.xml:        <lane id="39951463#7_0" index="0" allow="pedestrian delivery bicycle evehicle" speed="5.56" length="5.80" shape="12796.33,7201.92 12797.97,7207.48">

osm.net.xml:    <junction id="479790902" type="right_before_left" x="12792.19" y="7193.52" incLanes="-39951463#7_0 39951463#6_0 39951468#1_0" intLanes=":479790902_0_0 :479790902_1_0 :479790902_2_0 :479790902_3_0 :479790902_4_0 :479790902_5_0 :479790902_6_0 :479790902_7_0 :479790902_8_0" shape="12791.73,7203.28 12797.87,7201.47 12793.57,7186.90 12787.43,7188.71 12787.48,7191.40 12786.96,7192.84 12786.10,7194.34 12784.87,7195.91 12783.29,7197.55 12787.69,7202.19 12789.43,7201.09 12790.15,7201.09 12790.78,7201.45 12791.30,7202.18">

osm.net.xml:    <junction id="479790904" type="right_before_left" x="12798.12" y="7213.65" incLanes="-39951463#8_0 39951463#7_0 39951469#1_0" intLanes=":479790904_0_0 :479790904_1_0 :479790904_2_0 :479790904_3_0 :479790904_4_0 :479790904_5_0 :479790904_6_0 :479790904_7_0 :479790904_8_0" shape="12797.65,7223.42 12803.79,7221.62 12799.51,7207.03 12793.37,7208.84 12793.41,7211.53 12792.89,7212.97 12792.02,7214.48 12790.80,7216.05 12789.21,7217.69 12793.62,7222.33 12795.36,7221.23 12796.08,7221.23 12796.70,7221.59 12797.22,7222.32">

osm.net.xml:    <connection from="-39951463#7" to="-39951468#1" fromLane="0" toLane="0" via=":479790902_0_0" dir="r" state="="/>

osm.net.xml:    <connection from="-39951463#7" to="-39951463#6" fromLane="0" toLane="0" via=":479790902_1_0" dir="s" state="="/>

osm.net.xml:    <connection from="-39951463#7" to="39951463#7" fromLane="0" toLane="0" via=":479790902_2_0" dir="t" state="="/>

osm.net.xml:    <connection from="-39951463#8" to="-39951463#7" fromLane="0" toLane="0" via=":479790904_1_0" dir="s" state="="/>

osm.net.xml:    <connection from="39951463#6" to="39951463#7" fromLane="0" toLane="0" via=":479790902_3_0" dir="s" state="="/>

osm.net.xml:    <connection from="39951463#7" to="39951463#8" fromLane="0" toLane="0" via=":479790904_3_0" dir="s" state="="/>

osm.net.xml:    <connection from="39951463#7" to="-39951469#1" fromLane="0" toLane="0" via=":479790904_4_0" dir="l" state="="/>

osm.net.xml:    <connection from="39951463#7" to="-39951463#7" fromLane="0" toLane="0" via=":479790904_5_0" dir="t" state="="/>

osm.net.xml:    <connection from="39951468#1" to="39951463#7" fromLane="0" toLane="0" via=":479790902_7_0" dir="l" state="="/>

osm.net.xml:    <connection from="39951469#1" to="-39951463#7" fromLane="0" toLane="0" via=":479790904_6_0" dir="r" state="="/>

osm.net.xml:    <connection from=":479790902_2" to="39951463#7" fromLane="0" toLane="0" dir="t" state="M"/>

osm.net.xml:    <connection from=":479790902_3" to="39951463#7" fromLane="0" toLane="0" dir="s" state="M"/>

osm.net.xml:    <connection from=":479790902_7" to="39951463#7" fromLane="0" toLane="0" dir="l" state="M"/>

osm.net.xml:    <connection from=":479790904_1" to="-39951463#7" fromLane="0" toLane="0" dir="s" state="M"/>

osm.net.xml:    <connection from=":479790904_5" to="-39951463#7" fromLane="0" toLane="0" dir="t" state="M"/>

osm.net.xml:    <connection from=":479790904_6" to="-39951463#7" fromLane="0" toLane="0" dir="r" state="M"/>

taz.add.xml:        <tazSink id="-39951463#7" weight="1.00"/>

taz.add.xml:        <tazSource id="-39951463#7" weight="1.00"/>

taz.add.xml:        <tazSink id="39951463#7" weight="1.00"/>

taz.add.xml:        <tazSource id="39951463#7" weight="1.00"/>

 

C:\sumo_projects\ont_2_ranch>


Back to the top