For the complete documentation index, see llms.txt. This page is also available as Markdown.

RF Mapping

Rf Mapping

Work in progress.

Finding Sensors

Determine the serial port for the sensor(s):

ls /dev/tty.*
ls /dev/cu.*

Testing the BLE Scan

Test host computer BLE scan and data storage to local file:

make run CONFIG=test_ble

Testing the BLE scan plus Arduino BLE/GPS

Host computer BLE scan plus Arduino based GPS and BLE:

make run CONFIG=test_ble_gps

Testing the Entire Solution

Combines autonomy, VILA, two BLE sources, GPS, odometry, and enhanced GPS:

make run CONFIG=unitree_go2_mapper

You should see a list of nearby BLE sources, such as BLE Beacons. The system will write location and RF data to file, and, if possible, to a cloud endpoint.

Example Data

This is a draft format and will change frequently.

Local YOLO

At the top level, run:

Last updated

Was this helpful?