diff --git a/dev/source/docs/ros2-interfaces.rst b/dev/source/docs/ros2-interfaces.rst index 33f7677ae5..fa1e163765 100644 --- a/dev/source/docs/ros2-interfaces.rst +++ b/dev/source/docs/ros2-interfaces.rst @@ -196,6 +196,12 @@ For more information on the coordinate systems used, review `ROS REP-105 +.. warning:: + Only the dynamic transformations on ``/ap/tf`` that have parent_frame ``odom`` and child_frame ``base_link`` are fed into ``AP_VisualOdom``. + Other frame configurations will be gracefully ignored, so feel free to populate this topic with other transforms if that's convenient. + +For more information on how to setup ArduPilot with an external odometry source, +see the :ref:`cartographer SLAM example. Configuring Interfaces at Compile Time ======================================