Using MAVROS to get/set parameter

Hi there,

https://pixhawk.org/firmware/parameters#parameter_reference gives a list of all the parameters.

I’m wondering how to use MAVROS to set the parameter.

I found this link mavros_msgs/ParamSet Documentation

But where can I find the param ID etc?

Many thanks!

If you want to modify manually fron console i recommend to use mavparam script.

Typical usage:

rosrun mavros mavparam dump -

If you want python - use helpers from mavros.param module.

Parameter ID == Name in that table.

1 Like