Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPScore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JuPedSim
JPScore
Merge requests
!6
Rt2develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rt2develop
rt2develop
into
develop
Overview
0
Commits
6
Pipelines
1
Changes
42+
Merged
Mohcine Chraibi
requested to merge
rt2develop
into
develop
8 years ago
Overview
0
Commits
6
Pipelines
1
Changes
42
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
20758e91
6 commits,
8 years ago
42+ files
+
5375
−
5631
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42+
Search (e.g. *.vue) (Ctrl+P)
Utest/rimea_tests/test_1/geometry.xml
+
20
−
24
Options
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<geometry
version=
"0.8"
caption=
"second life"
unit=
"m"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../xsd/jps_geometry.xsd"
>
<rooms>
<room
id=
"0"
caption=
"hall"
>
<subroom
id=
"0"
closed=
"0"
class=
"subroom"
>
<polygon
caption=
"wall"
>
<vertex
px=
"40.0"
py=
"2.0"
/>
<vertex
px=
"-2.0"
py=
"2.0"
/>
<vertex
px=
"-2.0"
py=
"0.0"
/>
<vertex
px=
"40.0"
py=
"0.0"
/>
</polygon>
</subroom>
</room>
</rooms>
<geometry
version=
"0.5"
caption=
"second life"
unit=
"m"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"../../xsd/jps_geometry.xsd"
>
<rooms>
<room
id=
"0"
caption=
"hall"
>
<subroom
id=
"0"
closed=
"0"
class=
"subroom"
>
<polygon
caption=
"wall"
>
<vertex
px=
"40.0"
py=
"2.0"
/>
<vertex
px=
"-2.0"
py=
"2.0"
/>
<vertex
px=
"-2.0"
py=
"0.0"
/>
<vertex
px=
"40.0"
py=
"0.0"
/>
</polygon>
</subroom>
</room>
</rooms>
<transitions>
<!-- exits like crossings but between rooms or to outside (room with index
= -1) -->
<transition
id=
"0"
caption=
"main exit"
type=
"emergency"
room1_id=
"0"
subroom1_id=
"0"
room2_id=
"-1"
subroom2_id=
"-1"
>
<vertex
px=
"40.0"
py=
"0.0"
/>
<vertex
px=
"40.0"
py=
"2.0"
/>
</transition>
</transitions>
<transitions>
<!-- exits like crossings but between rooms or to outside (room with index = -1) -->
<transition
id=
"0"
caption=
"main exit"
type=
"emergency"
room1_id=
"0"
subroom1_id=
"0"
room2_id=
"-1"
subroom2_id=
"-1"
>
<vertex
px=
"40.0"
py=
"0.0"
/>
<vertex
px=
"40.0"
py=
"2.0"
/>
</transition>
</transitions>
</geometry>
Loading