mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
New Crowdin translations - ko (#24948)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# TrajectorySetpoint6dof (UORB message)
|
||||
|
||||
Trajectory setpoint in NED frame
|
||||
Input to position controller.
|
||||
|
||||
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/TrajectorySetpoint6dof.msg)
|
||||
|
||||
```c
|
||||
# Trajectory setpoint in NED frame
|
||||
# Input to position controller.
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
# NED local world frame
|
||||
float32[3] position # in meters
|
||||
float32[3] velocity # in meters/second
|
||||
float32[3] acceleration # in meters/second^2
|
||||
float32[3] jerk # in meters/second^3 (for logging only)
|
||||
|
||||
float32[4] quaternion # unit quaternion
|
||||
float32[3] angular_velocity # angular velocity in radians/second
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user