Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

offboard-mode.md

File metadata and controls

24 lines (16 loc) · 1.02 KB
description
Description about Offboard mode of PX4

Offboard mode

In this mode the position, velocity or attitude reference / target / setpoint is provided by a companion computer connected via serial cable and MAVLink. The offboard setpoint can be provided by API like MAVROS.

Normal mainstream PX4 Firmware uses this message flow and Runs a high-level PID Controller:

Message Flows

ROS msg name msg type uses
mavros/local_position/odom nav_msgs::Odometry Contains local odometry data
mavros/setpoint_position/local geometry_msgs::PoseStamped Used in offboard mode for postion setpoint

Example

{% embed url="https://github.com/PX4/avoidance#advanced\" %} For more Info! {% endembed %}