# Description of deployment area topology (rooms). # # IMPORTANT: # You need a precise topology description if you use algorithms that # handle it. Since none of them are currently implemented, you # probably can save a lot of time by skipping the topology (and # waypoints) description. # However, you can describe areas if you want to know when the mobile # is in a particular location. In that case be sure that the algorithm # you use will be able to generate positions that match each described # area (in particular, with NSS, at least one reference point should # be present in each area). # # ALSO IMPORTANT (EVEN IF YOU DON'T DESCRIBE THE TOPOLOGY): # If you use the MinMax trilateration method, or the autocalibration, # you must provide area-start and area-stop options that match the # deployment area. That is, the cuboid formed by these two points # should include the whole deployment area. # # This file lists the buildings and their "homogeneous areas" (rooms). # # Each line defines an area, using the following format: # Building name;Room name;X1;Y1;Z1;X2;Y2;Z2 ### First floor ### # #My Building;Entrance;1.00;7.28;6.05;3.70;0.00;2.99 #My Building;Corridor A;6.05;30.00;8.20;3.70;0.00;2.99 ### 1st/2nd floor staircase ### # #My Building;Staircase;2.50;2.00;0.00;5.00;0.50;6.00 #My Building;Staircase landing;1.00;3.70;1.50;2.50;0.50;6.00 #My Building;Staircase;2.50;3.70;1.50;5.00;2.00;6.00 ### Second floor ### # #My Building;My desk;1.00;7.28;6.05;3.70;3.00;6.00