Read Bot coordinates and feed into Database
navigate to influx folder and run $python3 influx.py
open new terminal
- Connect to influx db using "$influx" command
- check if database is created using "show Databases" command
- Use the "use SwarmbotsDB" command to access the database
- Type required query to fetch data - for eg. "select * from Bot0Coordinates"