Skip to content

This project is aim to position the drone under GPS-denied environment

Notifications You must be signed in to change notification settings

H-Scorpion/GPS-denied_positioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS-denied_positioning

This project is aim to position the drone under GPS-denied environment

initialize

Check whether broker ip is available \anchor\transferGps.py line 49

    client.connect("192.168.0.107", 1883, 60)

\tag\readGps.py line 84

    client.connect("192.168.0.106", 1883, 60)

anchor

check comport

comPort = '/dev/ttyUSB0'

check anchor number

            mqtt_client.publish('gps/a0',data)

run transferGps.py

python3 transferGps.py -a a0 -i 192.168.0.116

-a: set anchor name -i: set broker name

tag

run main specify UWB port

About

This project is aim to position the drone under GPS-denied environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages