Marble installation

Post here to get support
Post Reply
danielbpc
Beginner
Posts: 5
Joined: Thu Feb 05, 2015 12:52 am

Marble installation

Post 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
Greensprings
Member
Posts: 30
Joined: Sat Feb 07, 2015 11:32 pm

Re: Marble installation

Post by Greensprings »

sounds like you lost your marbles....
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: Marble installation

Post 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.
Post Reply