Skip to content

Commit

Permalink
New translations trajectorysetpoint.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Dec 13, 2024
1 parent 4827407 commit 62707c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ja/msg_docs/TrajectorySetpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Input to PID position controller.
Needs to be kinematically consistent and feasible for smooth flight.
setting a value to NaN means the state should not be controlled

[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/TrajectorySetpoint.msg)
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/versioned/TrajectorySetpoint.msg)

```c
# Trajectory setpoint in NED frame
# Input to PID position controller.
# Needs to be kinematically consistent and feasible for smooth flight.
# setting a value to NaN means the state should not be controlled

uint32 MESSAGE_VERSION = 0

uint64 timestamp # time since system start (microseconds)

# NED local world frame
Expand Down

0 comments on commit 62707c3

Please sign in to comment.