LibrePilot Forum

Development => Firmware General => Topic started by: Riz on February 07, 2016, 07:54:05 am

Title: UAVObjectGenerator Utility setup
Post by: Riz on February 07, 2016, 07:54:05 am
How can I download/setup UAVObjectGenerator Utility? I followed the instructions of this link but it's for Linux users I think.
https://librepilot.atlassian.net/wiki/display/LPDOC/UavObjects
I am running Windows 8.1 in  my laptop.
Title: Re: UAVObjectGenerator Utility setup
Post by: f5soh on February 07, 2016, 10:23:06 am
What do you want to do with UAVObjectGenerator ?

UAVObjectGenerator is used while building from sources, all platforms.
Title: Re: UAVObjectGenerator Utility setup
Post by: Riz on February 07, 2016, 02:46:43 pm
What do you want to do with UAVObjectGenerator ?

UAVObjectGenerator is used while building from sources, all platforms.

I want to use UAVTalk protocol to interface CC3D with Raspberry Pi, in order to get telemetry data on Pi.
Title: Re: UAVObjectGenerator Utility setup
Post by: f5soh on February 07, 2016, 03:43:22 pm
Do you have a build environment already setup ?

You can try to use the pyuavtalk (Python)

https://bitbucket.org/alessiomorale/librepilot/branch/amorale%2Flp_python_porting
Title: Re: UAVObjectGenerator Utility setup
Post by: Riz on February 07, 2016, 05:06:22 pm
Do you have a build environment already setup ?

You can try to use the pyuavtalk (Python)

https://bitbucket.org/alessiomorale/librepilot/branch/amorale%2Flp_python_porting

No I don't have. Thanks a lot for the link! Any idea how can I setup the environment in Raspi?
Title: Re: UAVObjectGenerator Utility setup
Post by: f5soh on February 07, 2016, 05:41:55 pm
No idea, i don't have a Rpi.

Rpi is not supported but is a Linux like.
You should not need to compile full gcs but need python / make support for UAVObjectGenerator.

Instructions for Linux are here:
https://librepilot.atlassian.net/wiki/display/LPDOC/Linux+-+Building+and+Packaging

Maybe try first in a normal Linux environment ?
Title: Re: UAVObjectGenerator Utility setup
Post by: Riz on February 14, 2016, 07:11:28 pm
No idea, i don't have a Rpi.

Rpi is not supported but is a Linux like.
You should not need to compile full gcs but need python / make support for UAVObjectGenerator.

Instructions for Linux are here:
https://librepilot.atlassian.net/wiki/display/LPDOC/Linux+-+Building+and+Packaging

Maybe try first in a normal Linux environment ?

I tried to build GCS in Ubuntu. Almost all packages installed successfully except the gcs. I run the command make gcs but it shows the following error. Any idea why I am getting this?
Title: Re: UAVObjectGenerator Utility setup
Post by: f5soh on February 14, 2016, 07:23:43 pm
Looks like there is missing dependencies, try:
 
Code: [Select]
'sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev'
for missing openGL
Title: Re: UAVObjectGenerator Utility setup
Post by: Riz on February 15, 2016, 06:04:33 am
Looks like there is missing dependencies, try:
 
Code: [Select]
'sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev'
for missing openGL

It was missing but I installed it. But again this error showing up
Title: Re: UAVObjectGenerator Utility setup
Post by: f5soh on February 15, 2016, 09:40:51 am
SDL ?

Code: [Select]
sudo apt-get libsdl-dev