Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART_17-18
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bbartels
MicroCART_17-18
Commits
de83aac8
Commit
de83aac8
authored
8 years ago
by
burneykb
Browse files
Options
Downloads
Patches
Plain Diff
Changing binary name to reflect usage
parent
9ea0d83e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
groundStation/.gitignore
+1
-0
1 addition, 0 deletions
groundStation/.gitignore
groundStation/Makefile
+1
-1
1 addition, 1 deletion
groundStation/Makefile
groundStation/README.md
+3
-1
3 additions, 1 deletion
groundStation/README.md
with
5 additions
and
2 deletions
groundStation/.gitignore
+
1
−
0
View file @
de83aac8
...
...
@@ -41,3 +41,4 @@ src/vrpn/pc_linux64/*
BlueTooth
logs
client
BackEnd
This diff is collapsed.
Click to expand it.
groundStation/Makefile
+
1
−
1
View file @
de83aac8
...
...
@@ -11,7 +11,7 @@ INCDIR=inc src src/vrpn src/vrpn/quat src/vrpn/build
OBJDIR
=
obj
# Final exacutable name
EXE
=
B
lueTooth
EXE
=
B
ackEnd
# File names
CSOURCES
:=
$(
foreach
dir
,
$(
SRCDIR
)
,
$(
wildcard
$(
dir
)
/
*
.c
))
...
...
This diff is collapsed.
Click to expand it.
groundStation/README.md
+
3
−
1
View file @
de83aac8
...
...
@@ -14,4 +14,6 @@ cd into the groundstation folder.
make
run the program with sudo privledges
sudo ./BlueTooth
sudo ./BackEnd
If you wish to change the way the backend communicates to the quad and vice versa, modify src/config.h .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment