Skip to content

Commit

Permalink
added test refs #3138
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@24488 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed May 26, 2017
1 parent d0db593 commit 23a5757
Show file tree
Hide file tree
Showing 6 changed files with 411 additions and 0 deletions.

Large diffs are not rendered by default.

@@ -0,0 +1,10 @@
<routes>
<vType id="car" sigma="0"/>
<vehicle id="v0" type="car" depart="0" departPos="50" departPosLat="0.7">
<route edges="SC"/>
<stop lane="SC_0" endPos="50" duration="100"/>
</vehicle>
<person id="p0" depart="0">
<walk edges="SC" departPos="-20.0" arrivalPos="20"/>
</person>
</routes>
@@ -0,0 +1,5 @@
--no-step-log
--net-file net2.net.xml
--route-files input_routes.rou.xml
--pedestrian.striping.dawdling 0
--fcd-output fcd.xml
@@ -1,5 +1,9 @@
# a vehicle is stopped on the same lane as the pedestrians blocking half of its width
shared_lane_block_half

# a vehicle is stopped on the same lane as the pedestrians blocking half of its width;
# pedestrian is walking against the lane direction
shared_lane_block_half_backward

# a vehicle is stopped on a pedestrian crossing
crossing

0 comments on commit 23a5757

Please sign in to comment.