description |
---|
Description about Offboard mode of PX4 |
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:
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 |
{% embed url="https://github.com/PX4/avoidance#advanced\" %} For more Info! {% endembed %}