Replies

  • Rob,

     

    Looking at the code SONAR gets engaged below 4 meters, otherwise BARO is used.


                if(sonar_alt < 400){
                    altitude_sensor = SONAR;
                    baro_alt_offset = sonar_alt - baro_alt;
                }

  • It's on by default. Check it in the CLI by typing "test" and then "altitude".
This reply was deleted.

Activity