Skip to content
Snippets Groups Projects
Commit f073e351 authored by burneykb's avatar burneykb
Browse files

Updated REAME documentation and .gitignore

parent c101d20f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ src/vrpn/build*
src/vrpn/pc_linux64/*
#Exacutables
BlueTooth
logs
client
BackEnd
obj
monitorQuad
......@@ -14,6 +14,9 @@ cd into the groundstation folder.
make
run the program with sudo privledges
sudo ./BackEnd
sudo -E ./BackEnd
If you wish to change the way the backend communicates to the quad and vice versa, modify src/config.h .
If you wish to change the way the backend communicates to the quad and vice versa, look at src/config.h.
This provides a list of environment variables which you can set and use for your computer or time of use.
Because the backend must be ran with sudo privledges, you will need to preserve the env. vars. with sudo rights.
Hence the "-E" flag.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment