Created
December 16, 2014 21:22
-
-
Save dbrgn/cf3983b04c474b66e3e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python2 bin/cfclient -d debug | |
| DEBUG:cfclient.cfclient:Using config path /mnt/data/Projects/crazyflie-clients-python/lib/../conf | |
| DEBUG:cfclient.cfclient:sys.path=['/mnt/data/Projects/crazyflie-clients-python/lib', '/mnt/data/Projects/crazyflie-clients-python/lib/../conf', '/mnt/data/Projects/crazyflie-clients-python/bin', '/home/danilo/.virtualenvs/pdb4qt/lib/python27.zip', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7/plat-linux2', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7/lib-tk', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7/lib-old', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7/lib-dynload', '/usr/lib64/python2.7', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib/python2.7/lib-tk', '/home/danilo/.virtualenvs/pdb4qt/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages', '/usr/lib/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages/wx-3.0-gtk2'] | |
| INFO:cfclient.cfclient:Disabling STL printouts | |
| DEBUG:cfclient.ui.toolboxes:Found toolboxes: ['CrtpSharkToolbox', 'DebugDriverToolbox', 'ConsoleToolbox'] | |
| DEBUG:cfclient.ui.tabs:Found tabs: ['ConsoleTab', 'FlightTab', 'ExampleTab', 'ParamTab', 'PlotTab', 'GpsTab', 'LogBlockDebugTab', 'LogBlockTab', 'LogTab'] | |
| DEBUG:cflib.crazyflie:Adding callback on port [5] to [<bound method Log._new_packet_cb of <cflib.crazyflie.log.Log instance at 0x7f54f9711ea8>>] | |
| DEBUG:cflib.crazyflie:Adding callback on port [0] to [<bound method Console.incoming of <cflib.crazyflie.console.Console instance at 0x7f54f9709b90>>] | |
| DEBUG:cflib.crazyflie:Adding callback on port [2] to [<bound method _ParamUpdater._new_packet_cb of <_ParamUpdater(Thread-2, initial daemon)>>] | |
| DEBUG:cflib.crazyflie:Adding callback on port [4] to [<bound method Memory._new_packet_cb of <cflib.crazyflie.mem.Memory instance at 0x7f54f9727200>>] | |
| INFO:cfclient.utils.config:Dist config read from /mnt/data/Projects/crazyflie-clients-python/lib/cfclient/configs/config.json | |
| INFO:cfclient.utils.config:Dist config read from /mnt/data/Projects/crazyflie-clients-python/lib/cfclient/configs/config.json | |
| INFO:cfclient.utils.input:Using device blacklist [(VirtualBox|VMware)] | |
| INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1_linux.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_3.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_2.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_2.json] | |
| INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [Generic_OS_X.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [Joystick.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_shoulder_btns_yaw.json] | |
| INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1_linux.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_3.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_2.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_2.json] | |
| INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [Generic_OS_X.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_1.json] | |
| INFO:cfclient.utils.config_manager:Parsing [Joystick.json] | |
| INFO:cfclient.utils.config_manager:Parsing [PS4_shoulder_btns_yaw.json] | |
| INFO:cfclient.ui.tabs.FlightTab:Changed flightmode to Normal | |
| DEBUG:cfclient.ui.tabs.FlightTab:MaxAngle changed to 30 | |
| DEBUG:cfclient.ui.tabs.FlightTab:MaxYawrate changed to 200 | |
| WARNING:cfclient.ui.tabs.GpsTab:GPS tab not enabled since no Pythonbindings for Marble was found | |
| Segmentation fault (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment