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

Updated REAME documentation and .gitignore

parent 5b02761f
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ src/vrpn/build* ...@@ -38,7 +38,8 @@ src/vrpn/build*
src/vrpn/pc_linux64/* src/vrpn/pc_linux64/*
#Exacutables #Exacutables
BlueTooth
logs logs
client client
BackEnd BackEnd
obj
monitorQuad
...@@ -14,6 +14,9 @@ cd into the groundstation folder. ...@@ -14,6 +14,9 @@ cd into the groundstation folder.
make make
run the program with sudo privledges 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