Skip to content
Snippets Groups Projects
Commit 56940b96 authored by jtkenny's avatar jtkenny
Browse files

function signatures for crazyflie control

parent 109d8330
No related branches found
No related tags found
6 merge requests!106Adding Pycrocart 2.1,!104adding cflib to this branch,!103Updating develop to current state of master branch,!98Pycrocart 2.1 will,!94Merge cflib adapter into main,!93Groundstation tcp
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
class main():
print("main")
\ No newline at end of file
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