Hamish Willee 88d623bedb
Move PX4 Guide source into /docs (#24490)
* Add vitepress tree

* Update existing workflows so they dont trigger on changes in the docs path

* Add nojekyll, package.json, LICENCE etc

* Add crowdin docs upload/download scripts

* Add docs flaw checker workflows

* Used docs prefix for docs workflows

* Crowdin obvious fixes

* ci: docs move to self hosted runner

runs on a beefy server for faster builds

Signed-off-by: Ramon Roche <mrpollo@gmail.com>

* ci: don't run build action for docs or ci changes

Signed-off-by: Ramon Roche <mrpollo@gmail.com>

* ci: update runners

Signed-off-by: Ramon Roche <mrpollo@gmail.com>

* Add docs/en

* Add docs assets and scripts

* Fix up editlinks to point to PX4 sources

* Download just the translations that are supported

* Add translation sources for zh, uk, ko

* Update latest tranlsation and uorb graphs

* update vitepress to latest

---------

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
Co-authored-by: Ramon Roche <mrpollo@gmail.com>
2025-03-13 16:08:27 +11:00

18 KiB
Raw Blame History

Опис повідомлень uORB

:::info This list is auto-generated from the source code. :::

This topic lists the UORB messages available in PX4 (some of which may be may be shared by the PX4-ROS 2 Bridge).

Versioned messages track changes to their definitions, with each modification resulting in a version increment. These messages are most likely shared through the PX4-ROS 2 Bridge.

Graphs showing how these are used can be found here.

Versioned Messages

  • ActuatorMotors — Motor control message
  • ActuatorServos — Servo control message
  • ArmingCheckReply
  • ArmingCheckRequest
  • BatteryStatus
  • ConfigOverrides — Configurable overrides by (external) modes or mode executors
  • GotoSetpoint — Position and (optional) heading setpoints with corresponding speed constraints Setpoints are intended as inputs to position and heading smoothers, respectively Setpoints do not need to be kinematically consistent Optional heading setpoints may be specified as controlled by the respective flag Unset optional setpoints are not controlled Unset optional constraints default to vehicle specifications
  • HomePosition — GPS home position in WGS84 coordinates.
  • ManualControlSetpoint
  • ModeCompleted — Mode completion result, published by an active mode. Можливі значення nav_state визначені в повідомленні VehicleStatus. Зверніть увагу, що це не завжди публікується (наприклад, коли користувач переходить у режими або при активації failsafe)
  • RegisterExtComponentReply
  • RegisterExtComponentRequest — Request to register an external component
  • TrajectorySetpoint — Trajectory setpoint in NED frame Input to PID position controller. Потрібно мати кінематичну консистентність і бути можливим для плавного польоту. встановлення значення NaN означає, що стан не повинен контролюватися
  • UnregisterExtComponent
  • VehicleAngularVelocity
  • VehicleAttitude — This is similar to the mavlink message ATTITUDE_QUATERNION, but for onboard use The quaternion uses the Hamilton convention, and the order is q(w, x, y, z)
  • VehicleAttitudeSetpoint
  • VehicleCommand — Vehicle Command uORB message. Використовується для управління місією / дією / тощо. Дотримується визначення MAVLink COMMAND_INT / COMMAND_LONG
  • VehicleCommandAck — Vehicle Command Ackonwledgement uORB message. Використовується для підтвердження отримання команди для транспортного засобу. Дотримується визначення MAVLink COMMAND_ACK повідомлення
  • VehicleControlMode
  • VehicleGlobalPosition — Fused global position in WGS84. Ця структура містить глобальну оцінку позиції. Це не сирі GPS вимірювання (@see vehicle_gps_position). Ця тема зазвичай публікується позиціонером, який враховує більше джерел інформації, ніж просто GPS, наприклад, керування введеннями транспортного засобу в реалізації фільтра Калмана.
  • VehicleLandDetected
  • VehicleLocalPosition — Fused local position in NED. Початкова точка координатної системи - це позиція транспортного засобу в момент запуску модуля EKF2.
  • VehicleOdometry — Vehicle odometry data. Відповідає ROS REP 147 для повітряних суден
  • VehicleRatesSetpoint
  • VehicleStatus — Encodes the system state of the vehicle published by commander
  • VtolVehicleStatus — VEHICLE_VTOL_STATE, should match 1:1 MAVLinks's MAV_VTOL_STATE

Unversioned Messages