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
!93
Groundstation tcp
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Groundstation tcp
groundstation_TCP
into
cflib_groundstation
Overview
0
Commits
5
Pipelines
0
Changes
4
Merged
jtkenny
requested to merge
groundstation_TCP
into
cflib_groundstation
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
cflib_groundstation
cflib_groundstation (base)
and
latest version
latest version
56940b96
5 commits,
1 year ago
4 files
+
199
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
cflib_groundstation/crazyflie_connection.py
0 → 100644
+
37
−
0
Options
class
CrazyflieConnection
():
def
Debug
():
raise
Exception
def
PacketLog
():
raise
Exception
def
GetPacketLogs
():
raise
Exception
def
Update
():
raise
Exception
def
BeginUpdate
():
raise
Exception
def
OverrideOuput
():
#TODO
raise
Exception
def
GetNodeIds
():
raise
Exception
def
SetParam
():
#TODO
raise
Exception
def
GetParam
():
#TODO
raise
Exception
def
SetSource
():
raise
Exception
def
GetSource
():
raise
Exception
def
RespSource
():
raise
Exception
def
GetOutput
():
raise
Exception
def
GetNodes
():
raise
Exception
def
AddNode
():
raise
Exception
def
GetLogFile
():
#TODO
raise
Exception
def
LogBlockCommand
():
#TODO
raise
Exception
\ No newline at end of file
Loading