Skip to content

Commit

Permalink
Merge pull request #302 from YalamareddyChaitanya/add-bottom-clearanc…
Browse files Browse the repository at this point in the history
…e-to-altitude

Add bottom_clearance to altitude in telemetry
  • Loading branch information
JonasVautherin authored Nov 16, 2022
2 parents 47317e3 + 2aa3dc0 commit ee13b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/telemetry/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ message Altitude {
float altitude_local_m = 3 [(mavsdk.options.default_value)="NaN"]; // Local altitude in meters
float altitude_relative_m = 4 [(mavsdk.options.default_value)="NaN"]; // Altitude above home position in meters
float altitude_terrain_m = 5 [(mavsdk.options.default_value)="NaN"]; // Altitude above terrain in meters
float bottom_clearance_m = 6 [(mavsdk.options.default_value)="NaN"]; // This is not the altitude, but the clear space below the system according to the fused clearance estimate in meters.
}

// Result type.
Expand Down

0 comments on commit ee13b7b

Please sign in to comment.