page use en - longaspire/vita GitHub Wiki

GUI

  1. Before using the generator, you need to ensure that the database of the IFC space model has been established, otherwise it will report an error that the database does not exist. Therefore, before running VITA, you need to execute DB_Main in datagen.database to generate the moovework database. ** Also, you need to ensure that postgis_sample_21 has been established in the corresponding postgresql, the specific process can refer to the link - postgis configuration. **

  2. When interacting with the interface, first select the map to be uploaded (can be found in the source code /test-files), and then import them to the database. Note that after importing them into the database, 13 tables will be generated, 12 of which are in the IFC file. another is the template for the spatial database.

  3. After import, you can select the GUI to enter the DrawMap component.

  4. In the DBI Processor component, you can select the floor of the map, delete the elements of the map, decompose, etc.

  5. In the UCL component, you can select the type of device, the way of distribution, the maximum number of devices in the room, the scan range, etc. You can also choose the type of moving object, the exported data format, distribution mode, moving speed, etc. The properties of the positioning algorithm used, etc. In the component, there are buttons for controlling the moving objects, stations, positioning algorithms, etc.

gui

For details, see the demo video: video