-
I am trying to use the
I am trying to modify it in the config files, more specific in the
But, in the simulation, the topic Thank you very much for your help |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey Lidia, the "constraint_management" block does not go under the "uav_manager", but "constraint_manager". So mrs_uav_managers:
constraint_manager:
default_constraints:
gps_garmin: "slow"
gps_baro: "slow"
|
Beta Was this translation helpful? Give feedback.
-
Thanks. https://ctu-mrs.github.io/docs/system/custom_configs.html, long story short: call |
Beta Was this translation helpful? Give feedback.
-
Thank you very much |
Beta Was this translation helpful? Give feedback.
Thanks. https://ctu-mrs.github.io/docs/system/custom_configs.html, long story short: call
rosrun mrs_uav_core get_public_params.py
which will extract all the user-configurable parameters and print them in the terminal.