Replies: 1 comment 4 replies
-
|
It seems that the garmin rangefinder used for measuring height above ground is giving you zero readings for some reason... is it possible that the drone is spawned inside the ground plane or something? Can you visually check in the Gazebo GUI if the sensor is perhaps blocked by something? Hard to tell what's going wrong from the output you provided and I can't seem to be able to replicate your problem :( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to use the Gazebo Simulator which i installed via apt on WSL. I am running into a problem where launching one_drone/tmux/start.sh sometimes works, but most often fails to start the simulator properly. When I restart the script a couple of times it eventually works (so it is possible), but not very consistently. When failing to start properly, tab
3:corerepeatedly prints:[component_container_mt-1] [INFO] [1762786614.487156790] [uav1.estimation_manager]: starting the estimator 'gps_garmin'[component_container_mt-1] [WARN] [1762786614.487286017] [uav1.estimation_manager]: [gps_garmin/alt_garmin]: Estimator must be in READY_STATE to start it[component_container_mt-1] [WARN] [1762786615.120830397] [uav1.estimation_manager]: not publishing uav state in INITIALIZED_STATE[component_container_mt-1] [INFO] [1762786615.123783078] [uav1.estimation_manager]: [gps_garmin/alt_garmin]: WAITING FOR: correction gps_garmin/alt_garmin/pos_garmin[component_container_mt-1] [WARN] [1762786615.460134459] [uav1.estimation_manager]: range measurement 0.00 outside of its valid range (0.00, 36.00)[component_container_mt-1] [WARN] [1762786615.634118235] [uav1.estimation_manager]: not publishing uav state in INITIALIZED_STATEThe last message from
2:px4_apiisgetting magnetometer heading, Tab5:autostartis stuck on[component_container_mt-1] [WARN] [1762863943.333551562] [uav1.automatic_start]: waiting for data: ControlManager=true, UavManager=true, HW Api=true, EstimationManager=FALSE, tabs6:takeoff,7:rvizand8:layoutare stuck onwaiting for /uav1/gain_manager/diagnosticsHave you encountered this behavior before or do you know how it could be fixed? Thanks in advance and kind regards :)
Beta Was this translation helpful? Give feedback.
All reactions