Skip to content

Commit

Permalink
!f dev
Browse files Browse the repository at this point in the history
Co-authored-by: Fuoco <[email protected]>
  • Loading branch information
Ryanf55 and pedro-fuoco authored Nov 8, 2024
1 parent 4a2a08f commit 3bb3c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/source/docs/ros2-interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ArduPilot exposes service servers for the following purposes:
Odometry
========

Ardupilot may not have a good estimate of where it relative to where it started moving.
Ardupilot may not have a good estimate of where it is relative to where it started moving.
A companion computer can interface with sensors that provide odometry, which is the computation of the dynamic transform
from the ``odom`` frame to the ``base_link`` frame. This data is fed into ArduPilot's ``AP_VisualOdom`` library.
This data may come from visual sensors, however other technologies such as radar and lidar can
Expand Down Expand Up @@ -234,7 +234,7 @@ such as ``IMU`` may change, and are denoted with the ``experimental`` topic pref
In extenuating circumstances, non-experimental topics may require bugfixes that
change behavior, however message definitions will be kept compatible.

Because the ROS way of updating messages it to not change messages
Because the ROS way of updating messages is to not change messages
within a ROS release, many tools do not cope well with messages.
Different versions of the message between an autopilot and companion computer
can lead to receiving junk data without any errors, or cryptic serialization
Expand Down

0 comments on commit 3bb3c0f

Please sign in to comment.