-
Hello 😀 Do you know how to turn off obstacle avoidance of a drone in simulation or to reduce prediction horizon in MPC? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello Timur! Note: It's not recommended to change the parameter directly in the |
Beta Was this translation helpful? Give feedback.
Hello Timur!
Surprisingly, we do ;)
The best way to do it is using custom configs and change the
collision_avoidance/enabled
parameter ofmrs_uav_trackers
tofalse
. You can change the prediction horizon using the same method.Note: It's not recommended to change the parameter directly in the
mrs_uav_trackers/config/default/mpc_tracker.yaml
file as that will likely be overriden by agit pull
or a similar command and is polluting the repository with non-general changes. Use the custom configs method!