mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 20:50:34 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -13,7 +13,7 @@ parameters:
|
||||
UWB_INIT_OFF_X:
|
||||
description:
|
||||
short: UWB sensor X offset in body frame
|
||||
long: UWB sensor positioning in relation to Drone in NED. X offset. A Positiv offset results in a Position o
|
||||
long: UWB sensor positioning in relation to Drone in NED. X offset. A Positive offset results in a Position o
|
||||
type: float
|
||||
unit: m
|
||||
decimal: 2
|
||||
|
||||
@@ -394,7 +394,7 @@ int UWB_SR150::distance()
|
||||
break;
|
||||
|
||||
case UWB_LIN_DEP_FOR_THREE:
|
||||
PX4_INFO("UWB localization: linear dependant with 3 Anchors");
|
||||
PX4_INFO("UWB localization: linear dependent with 3 Anchors");
|
||||
break;
|
||||
|
||||
case UWB_ANC_ON_ONE_LEVEL:
|
||||
@@ -402,7 +402,7 @@ int UWB_SR150::distance()
|
||||
break;
|
||||
|
||||
case UWB_LIN_DEP_FOR_FOUR:
|
||||
PX4_INFO("UWB localization: linear dependant with four or more Anchors");
|
||||
PX4_INFO("UWB localization: linear dependent with four or more Anchors");
|
||||
break;
|
||||
|
||||
case UWB_RANK_ZERO:
|
||||
|
||||
Reference in New Issue
Block a user