Riz

  • *
  • 17
UAVObjectGenerator Utility setup
« 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.

f5soh

  • *****
  • 4572
    • LibrePilot
Re: UAVObjectGenerator Utility setup
« Reply #1 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.

Riz

  • *
  • 17
Re: UAVObjectGenerator Utility setup
« Reply #2 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.

f5soh

  • *****
  • 4572
    • LibrePilot
Re: UAVObjectGenerator Utility setup
« Reply #3 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

Riz

  • *
  • 17
Re: UAVObjectGenerator Utility setup
« Reply #4 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?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: UAVObjectGenerator Utility setup
« Reply #5 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 ?

Riz

  • *
  • 17
Re: UAVObjectGenerator Utility setup
« Reply #6 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?

f5soh

  • *****
  • 4572
    • LibrePilot
Re: UAVObjectGenerator Utility setup
« Reply #7 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

Riz

  • *
  • 17
Re: UAVObjectGenerator Utility setup
« Reply #8 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

f5soh

  • *****
  • 4572
    • LibrePilot
Re: UAVObjectGenerator Utility setup
« Reply #9 on: February 15, 2016, 09:40:51 am »
SDL ?

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