I am using a Crazyflie 1.0 in my Ubuntu 14.04 and it is working perfectly, but when I open the CfClient it appears a warning message that I would like to solve:
WARNING:cfclient.ui.tabs.GpsTab:GPS tab not enabled since no Pythonbindings for Marble was found
I have already tried to install Marble but it has a lot of dependencies, and each dependency has a lot of other dependencies... I am installing each one manually but it takes a long time. Does anyone know how to install everything together, including all dependencies and sub-dependencies?
Sorry, I am a new Linux user.
Thank you!
Code: Select all
unisa@unisa-desktop:~$ cfclient
INFO:cfclient.cfclient:Disabling STL printouts
INFO:cfclient.utils.config:Dist config read from /usr/local/cfclient/configs/config.json
INFO:cfclient.utils.config:Config file read from [/home/unisa/.local/cfclient/config.json]
INFO:cfclient.utils.config:Dist config read from /usr/local/cfclient/configs/config.json
INFO:cfclient.utils.config:Config file read from [/home/unisa/.local/cfclient/config.json]
INFO:cfclient.utils.input:Using device blacklist [(VirtualBox|VMware)]
INFO:cfclient.utils.config_manager:Parsing [Generic_OS_X.json]
INFO:cfclient.utils.config_manager:Parsing [Joystick.json]
INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_1.json]
INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1.json]
INFO:cfclient.utils.config_manager:Parsing [PS4_shoulder_btns_yaw.json]
INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_1.json]
INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_3.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 [Generic_OS_X.json]
INFO:cfclient.utils.config_manager:Parsing [Joystick.json]
INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_1.json]
INFO:cfclient.utils.config_manager:Parsing [xbox360_mode1.json]
INFO:cfclient.utils.config_manager:Parsing [PS4_shoulder_btns_yaw.json]
INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_1.json]
INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_3.json]
INFO:cfclient.utils.config_manager:Parsing [PS3_Mode_2.json]
INFO:cfclient.utils.config_manager:Parsing [PS4_Mode_2.json]
INFO:cfclient.ui.tabs.FlightTab:Changed flightmode to Normal
WARNING:cfclient.ui.tabs.GpsTab:GPS tab not enabled since no Pythonbindings for Marble was found