Skip to content

Commit

Permalink
fixup: add more information about external odometry sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-fuoco committed Nov 12, 2024
1 parent a203161 commit 809081d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/source/docs/ros2-interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ For more information on the coordinate systems used, review `ROS REP-105 <https:
</tbody>
</table>

.. 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<ros2-cartographer-slam>.

Configuring Interfaces at Compile Time
======================================
Expand Down

0 comments on commit 809081d

Please sign in to comment.