createdb.py create_database(): This function creates an SQLite database file named db.sqlite and a table called data with columns username and url. It opens a connection to the database, executes the ...
This repo is a piece of a larger project to perform semantic mapping with mobile phones in order to create maps for a LUCI autonomous wheelchair. It takes database files (.db) created by the RTABMap ...