Page 1 of 1

Marble installation

Posted: Tue Feb 24, 2015 12:32 am
by danielbpc
Hi,
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

Re: Marble installation

Posted: Wed Feb 25, 2015 1:45 am
by Greensprings
sounds like you lost your marbles....

Re: Marble installation

Posted: Wed Feb 25, 2015 12:07 pm
by marcus
Hi,

Unfortunately the pre-build Marble binaries doesn't include the Python bindings. If you would like to have them you need to compile the project from source. Not having the Marble bindings is not an issue unless you would like to use the GPS tab, since this is the only function of Marble in the application. If you still want to try it I would recommend either looking at this guide for building it or just downloading our virtual machine that contains the Marble Python bindings pre-built.