|
Hi, I’m running the example from ctu-mrs/mrs_uav_gazebo_simulator – three_drones tmux session When I send altitude commands (e.g., 20 m) through either
Is there any altitude limit hardcoded elsewhere (e.g., in MPC parameters, UAV config, or control manager constraints)? What would be the correct way to allow higher flight altitudes in this setup? |
Replies: 2 comments
|
I noticed that the UAV couldn’t reach higher altitudes when Garmin was set as the main estimator. After switching to the barometer, it worked correctly. Thanks! |
|
As @lidiaxp, the active estimators can constraint how high you fly. Since you probably fly using the |
I noticed that the UAV couldn’t reach higher altitudes when Garmin was set as the main estimator. After switching to the barometer, it worked correctly. Thanks!