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
Merge requests
!102
Adds TestStand class to r/w cmds for testStand
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adds TestStand class to r/w cmds for testStand
145-Buffer-fills-w/-rate-from-test-stand
into
develop
Overview
0
Commits
6
Pipelines
0
Changes
7
Merged
jtkenny
requested to merge
145-Buffer-fills-w/-rate-from-test-stand
into
develop
11 months ago
Overview
0
Commits
6
Pipelines
0
Changes
7
Expand
See Issue
#145 (closed)
Closes
#145 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
8aa1806d
6 commits,
11 months ago
7 files
+
345
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
crazyflie_groundstation/inc/CCrazyflie.h
+
2
−
1
Options
@@ -52,6 +52,7 @@
#include
"serial/serial.h"
#include
"vrpn_Connection.h"
#include
"vrpn_Tracker.h"
#include
"testStand.h"
// Ports defined for the CRTP protocol
@@ -298,7 +299,7 @@ class CCrazyflie {
CTOC
*
m_tocParameters
;
CTOC
*
m_tocLogs
;
int
testStandError
=
0
;
serial
::
Serial
*
test
_s
tand
;
TestStand
test
S
tand
;
bool
allowLogging
=
false
;
CCrazyflie
(
CCrazyRadio
*
crRadio
,
int
radioChannel
,
XferRate
dataRate
,
int
quadNum
,
double
startTime
);
Loading