mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
New Crowdin translations - ko (#26487)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -1,9 +1,97 @@
|
||||
---
|
||||
pageClass: is-wide-page
|
||||
---
|
||||
|
||||
# SensorGps (UORB message)
|
||||
|
||||
GPS position in WGS84 coordinates.
|
||||
the field 'timestamp' is for the position & velocity (microseconds)
|
||||
GPS position in WGS84 coordinates. the field 'timestamp' is for the position & velocity (microseconds).
|
||||
|
||||
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg)
|
||||
**TOPICS:** sensor_gps vehicle_gps_position
|
||||
|
||||
## Fields
|
||||
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| ----------------------------------------------------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| timestamp_sample | `uint64` | | | |
|
||||
| device_id | `uint32` | | | unique device ID for the sensor that does not change between power cycles |
|
||||
| latitude_deg | `float64` | | | Latitude in degrees, allows centimeter level RTK precision |
|
||||
| longitude_deg | `float64` | | | Longitude in degrees, allows centimeter level RTK precision |
|
||||
| altitude_msl_m | `float64` | | | Altitude above MSL, meters |
|
||||
| altitude_ellipsoid_m | `float64` | | | Altitude above Ellipsoid, meters |
|
||||
| s_variance_m_s | `float32` | | | GPS speed accuracy estimate, (metres/sec) |
|
||||
| c_variance_rad | `float32` | | | GPS course accuracy estimate, (radians) |
|
||||
| fix_type | `uint8` | | | Some applications will not use the value of this field unless it is at least two, so always correctly fill in the fix. |
|
||||
| eph | `float32` | | | GPS horizontal position accuracy (metres) |
|
||||
| epv | `float32` | | | GPS vertical position accuracy (metres) |
|
||||
| hdop | `float32` | | | Horizontal dilution of precision |
|
||||
| vdop | `float32` | | | Vertical dilution of precision |
|
||||
| noise_per_ms | `int32` | | | GPS noise per millisecond |
|
||||
| automatic_gain_control | `uint16` | | | Automatic gain control monitor |
|
||||
| jamming_state | `uint8` | | | indicates whether jamming has been detected or suspected by the receivers. O: Unknown, 1: OK, 2: Mitigated, 3: Detected |
|
||||
| jamming_indicator | `int32` | | | indicates jamming is occurring |
|
||||
| spoofing_state | `uint8` | | | indicates whether spoofing has been detected or suspected by the receivers. O: Unknown, 1: OK, 2: Mitigated, 3: Detected |
|
||||
| authentication_state | `uint8` | | | GPS signal authentication state |
|
||||
| vel_m_s | `float32` | | | GPS ground speed, (metres/sec) |
|
||||
| vel_n_m_s | `float32` | | | GPS North velocity, (metres/sec) |
|
||||
| vel_e_m_s | `float32` | | | GPS East velocity, (metres/sec) |
|
||||
| vel_d_m_s | `float32` | | | GPS Down velocity, (metres/sec) |
|
||||
| cog_rad | `float32` | | | Course over ground (NOT heading, but direction of movement), -PI..PI, (radians) |
|
||||
| vel_ned_valid | `bool` | | | True if NED velocity is valid |
|
||||
| timestamp_time_relative | `int32` | | | timestamp + timestamp_time_relative = Time of the UTC timestamp since system start, (microseconds) |
|
||||
| time_utc_usec | `uint64` | | | Timestamp (microseconds, UTC), this is the timestamp which comes from the gps module. It might be unavailable right after cold start, indicated by a value of 0 |
|
||||
| satellites_used | `uint8` | | | Number of satellites used |
|
||||
| system_error | `uint32` | | | General errors with the connected GPS receiver |
|
||||
| heading | `float32` | | | heading angle of XYZ body frame rel to NED. Set to NaN if not available and updated (used for dual antenna GPS), (rad, [-PI, PI]) |
|
||||
| heading_offset | `float32` | | | heading offset of dual antenna array in body frame. Set to NaN if not applicable. (rad, [-PI, PI]) |
|
||||
| heading_accuracy | `float32` | | | heading accuracy (rad, [0, 2PI]) |
|
||||
| rtcm_injection_rate | `float32` | | | RTCM message injection rate Hz |
|
||||
| selected_rtcm_instance | `uint8` | | | uorb instance that is being used for RTCM corrections |
|
||||
| rtcm_crc_failed | `bool` | | | RTCM message CRC failure detected |
|
||||
| rtcm_msg_used | `uint8` | | | Indicates if the RTCM message was used successfully by the receiver |
|
||||
|
||||
## Constants
|
||||
|
||||
| 명칭 | 형식 | Value | 설명 |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----- | ---------------------------------------------------------- |
|
||||
| <a href="#FIX_TYPE_NONE"></a> FIX_TYPE_NONE | `uint8` | 1 | Value 0 is also valid to represent no fix. |
|
||||
| <a href="#FIX_TYPE_2D"></a> FIX_TYPE_2D | `uint8` | 2 | |
|
||||
| <a href="#FIX_TYPE_3D"></a> FIX_TYPE_3D | `uint8` | 3 | |
|
||||
| <a href="#FIX_TYPE_RTCM_CODE_DIFFERENTIAL"></a> FIX_TYPE_RTCM_CODE_DIFFERENTIAL | `uint8` | 4 | |
|
||||
| <a href="#FIX_TYPE_RTK_FLOAT"></a> FIX_TYPE_RTK_FLOAT | `uint8` | 5 | |
|
||||
| <a href="#FIX_TYPE_RTK_FIXED"></a> FIX_TYPE_RTK_FIXED | `uint8` | 6 | |
|
||||
| <a href="#FIX_TYPE_EXTRAPOLATED"></a> FIX_TYPE_EXTRAPOLATED | `uint8` | 8 | |
|
||||
| <a href="#JAMMING_STATE_UNKNOWN"></a> JAMMING_STATE_UNKNOWN | `uint8` | 0 | default |
|
||||
| <a href="#JAMMING_STATE_OK"></a> JAMMING_STATE_OK | `uint8` | 1 | |
|
||||
| <a href="#JAMMING_STATE_MITIGATED"></a> JAMMING_STATE_MITIGATED | `uint8` | 2 | |
|
||||
| <a href="#JAMMING_STATE_DETECTED"></a> JAMMING_STATE_DETECTED | `uint8` | 3 | |
|
||||
| <a href="#SPOOFING_STATE_UNKNOWN"></a> SPOOFING_STATE_UNKNOWN | `uint8` | 0 | default |
|
||||
| <a href="#SPOOFING_STATE_OK"></a> SPOOFING_STATE_OK | `uint8` | 1 | |
|
||||
| <a href="#SPOOFING_STATE_MITIGATED"></a> SPOOFING_STATE_MITIGATED | `uint8` | 2 | |
|
||||
| <a href="#SPOOFING_STATE_DETECTED"></a> SPOOFING_STATE_DETECTED | `uint8` | 3 | |
|
||||
| <a href="#AUTHENTICATION_STATE_UNKNOWN"></a> AUTHENTICATION_STATE_UNKNOWN | `uint8` | 0 | default |
|
||||
| <a href="#AUTHENTICATION_STATE_INITIALIZING"></a> AUTHENTICATION_STATE_INITIALIZING | `uint8` | 1 | |
|
||||
| <a href="#AUTHENTICATION_STATE_ERROR"></a> AUTHENTICATION_STATE_ERROR | `uint8` | 2 | |
|
||||
| <a href="#AUTHENTICATION_STATE_OK"></a> AUTHENTICATION_STATE_OK | `uint8` | 3 | |
|
||||
| <a href="#AUTHENTICATION_STATE_DISABLED"></a> AUTHENTICATION_STATE_DISABLED | `uint8` | 4 | |
|
||||
| <a href="#SYSTEM_ERROR_OK"></a> SYSTEM_ERROR_OK | `uint32` | 0 | default |
|
||||
| <a href="#SYSTEM_ERROR_INCOMING_CORRECTIONS"></a> SYSTEM_ERROR_INCOMING_CORRECTIONS | `uint32` | 1 | |
|
||||
| <a href="#SYSTEM_ERROR_CONFIGURATION"></a> SYSTEM_ERROR_CONFIGURATION | `uint32` | 2 | |
|
||||
| <a href="#SYSTEM_ERROR_SOFTWARE"></a> SYSTEM_ERROR_SOFTWARE | `uint32` | 4 | |
|
||||
| <a href="#SYSTEM_ERROR_ANTENNA"></a> SYSTEM_ERROR_ANTENNA | `uint32` | 8 | |
|
||||
| <a href="#SYSTEM_ERROR_EVENT_CONGESTION"></a> SYSTEM_ERROR_EVENT_CONGESTION | `uint32` | 16 | |
|
||||
| <a href="#SYSTEM_ERROR_CPU_OVERLOAD"></a> SYSTEM_ERROR_CPU_OVERLOAD | `uint32` | 32 | |
|
||||
| <a href="#SYSTEM_ERROR_OUTPUT_CONGESTION"></a> SYSTEM_ERROR_OUTPUT_CONGESTION | `uint32` | 64 | |
|
||||
| <a href="#RTCM_MSG_USED_UNKNOWN"></a> RTCM_MSG_USED_UNKNOWN | `uint8` | 0 | |
|
||||
| <a href="#RTCM_MSG_USED_NOT_USED"></a> RTCM_MSG_USED_NOT_USED | `uint8` | 1 | |
|
||||
| <a href="#RTCM_MSG_USED_USED"></a> RTCM_MSG_USED_USED | `uint8` | 2 | |
|
||||
|
||||
## Source Message
|
||||
|
||||
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/SensorGps.msg)
|
||||
|
||||
:::details
|
||||
Click here to see original file
|
||||
|
||||
```c
|
||||
# GPS position in WGS84 coordinates.
|
||||
@@ -96,5 +184,6 @@ uint8 RTCM_MSG_USED_USED = 2
|
||||
uint8 rtcm_msg_used # Indicates if the RTCM message was used successfully by the receiver
|
||||
|
||||
# TOPICS sensor_gps vehicle_gps_position
|
||||
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user