paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] .log and .data files


From: Gautier Hattenberger
Subject: Re: [Paparazzi-devel] .log and .data files
Date: Wed, 24 Apr 2019 18:57:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hello,

Actually, this is something missing for rotorcraft firmware. You can get the commands before missing (roll, pitch, yaw, thrust) but not the actuators values.

We should really fix this, but you can eventually try to add something like https://github.com/paparazzi/paparazzi/blob/master/sw/airborne/firmwares/fixedwing/main_fbw.c#L348 to the rotorcraft firmware around this place https://github.com/paparazzi/paparazzi/blob/master/sw/airborne/firmwares/rotorcraft/main_ap.c#L254 but not at full speed as this will saturate your telemetry (you can use the 'RunOnceEvery' macro like a few lines below).

Gautier

Le 24/04/2019 à 09:20, Paul Ham a écrit :
Hello,

I’m currently working with paparazzi for a project and I’m facing a problem. Here’s the problem:
In the .data files I would like to get some information such as the ESCs values, however I don’t know where to do the change to be able to get these data. I’ve added it in the default_rotorcraft.xml as well as in the mavlink but I still can’t see it in the .data. Have you ever faced this problem or a similar one?

Thanks in advance.

Best regards,
Paul

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]