apologies, my cut/paste was cut off

    <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"
miniGap="0.5" tau="1.0" color="3, 252, 127" vClass="passenger"
emissionClass="Zero" />

Should I use vClass as "evehicle" or leave it as "passenger"?

Thanks





On Tue, Oct 13, 2020 at 6:26 AM <[email protected]> wrote:

> 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:* [email protected] <[email protected]> *Im
> Auftrag von *Chris Weinhaupl
> *Gesendet:* Dienstag, 13. Oktober 2020 05:52
> *An:* Sumo project User discussions <[email protected]>
> *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>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
_______________________________________________
sumo-user mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to