Mavsdk: Modifying PX4 parameters using DronecodeSDK

Created on 22 May 2019  路  1Comment  路  Source: mavlink/MAVSDK

Is there a way to modify the parameters listed at:
https://dev.px4.io/en/advanced/parameter_reference.html
using C++ SDK? As an example, in the takeoff_and_land.cpp example, is there a way to modify MIS_TAKEOFF_ALT parameter before arming and takeoff?

Most helpful comment

Yes, use the Param plugin/class. It isn't fully documented, but has the same usage pattern as other plugins. There is also test code.

>All comments

Yes, use the Param plugin/class. It isn't fully documented, but has the same usage pattern as other plugins. There is also test code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dangviethieu picture dangviethieu  路  7Comments

shakthi-prashanth-m picture shakthi-prashanth-m  路  7Comments

bresch picture bresch  路  5Comments

julianoes picture julianoes  路  3Comments

julianoes picture julianoes  路  6Comments