Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
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
Distributed Autonomous Networked Control Lab
MicroCART
Commits
ce686aae
Commit
ce686aae
authored
3 years ago
by
bitcraze
Browse files
Options
Downloads
Patches
Plain Diff
Changed socket paths to relative
parent
d627b7e4
No related branches found
No related tags found
3 merge requests
!76
lots of gui updates
,
!75
Lost of gui updates
,
!74
lots of gui updates among others
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
groundStation/adapters/crazyflie/src/cf_adapter.c
+1
-1
1 addition, 1 deletion
groundStation/adapters/crazyflie/src/cf_adapter.c
groundStation/src/backend/config.c
+2
-2
2 additions, 2 deletions
groundStation/src/backend/config.c
with
3 additions
and
3 deletions
groundStation/adapters/crazyflie/src/cf_adapter.c
+
1
−
1
View file @
ce686aae
...
...
@@ -5,7 +5,7 @@
//socket that the crazyflie groundstation will read from, check the README for information
//on how to setup this path.
#define DEFAULT_ADAPTER_SOCKET "
/home/bitcraze/projects
/crazyflie_groundstation.socket"
#define DEFAULT_ADAPTER_SOCKET "
../../../crazyflie_groundstation
/crazyflie_groundstation.socket"
//#define DEFAULT_ADAPTER_SOCKET "./crazyflie_groundstation.socket"
#define SOCKET_ENV "ADAPTER_SOCKET"
...
...
This diff is collapsed.
Click to expand it.
groundStation/src/backend/config.c
+
2
−
2
View file @
ce686aae
...
...
@@ -23,8 +23,8 @@ trackable_t trackables[] = {
0
,
//Adapter Variables
1
,
"
/home/bitcraze/projects/microCART/MicroCART/groundStation
/adapters/crazyflie/"
,
"
/home/bitcraze/projects/microCART/MicroCART/groundStation
/adapters/crazyflie/cf_adapter.socket"
,
"
.
/adapters/crazyflie/"
,
"
.
/adapters/crazyflie/cf_adapter.socket"
,
NULL
,
//Local Communication Variables
0
,
//Set to 1 if Intending to use local Fifo
...
...
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