Hi,
When I try to compile the Pixhawk code (“make px4_fmu-v3_default”), I meet the error indicated below.
Intuitively there must be something to do before the compilation is launched. I installed some python packages on wsl2 (in order to use a linux Ubuntu 24.04.1 LTS with windows 11). But some were maybe depreciated (like the “future” package, etc. There is also a make policy 1048 warning.)
According to me, the name of the function (‘Peripheral_via_Actuator_Set1’) seems to indicate a completely generic item, which is generated automatically or for which the compiler needs some help to find the associated files.
Thanks for any help.
…/PX4-Autopilot/src/lib/mixer_module/mixer_module.cpp:60:26: error: ‘Peripheral_via_Actuator_Set1’ is not a member of ‘OutputFunction’
60 | {OutputFunction::Peripheral_via_Actuator_Set1, OutputFunction::Peripheral_via_Actuator_Set6, &FunctionActuatorSet::allocate},