Files
PX4-Autopilot/docs/uk/msg_docs/RoverPositionSetpoint.md
PX4 Build Bot 8204331fa9 New Crowdin translations - uk (#24949)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-06-02 07:43:29 +10:00

749 B

RoverPositionSetpoint (UORB message)

source file

uint64 timestamp # time since system start (microseconds)

float32[2] position_ned # 2-dimensional position setpoint in NED frame [m]
float32[2] start_ned	# (Optional) 2-dimensional start position in NED frame used to define the line that the rover will track to position_ned [m] (Defaults to vehicle position)
float32 cruising_speed  # (Optional) Specify rover speed [m/s] (Defaults to maximum speed)
float32 arrival_speed   # (Optional) Specify arrival speed [m/s] (Defaults to zero)

float32 yaw             # [rad] [-pi,pi] from North. Optional, NAN if not set. Mecanum only. (Defaults to vehicle yaw)