Skip to content

Commit

Permalink
Coordinate system (#2537)
Browse files Browse the repository at this point in the history
Move coordinate system from several articles to one article in basic programming.
  • Loading branch information
agasser committed Jan 27, 2024
1 parent d3c9012 commit cee8f59
Show file tree
Hide file tree
Showing 28 changed files with 7,187 additions and 47 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion source/docs/software/advanced-controls/geometry/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ This section covers the geometry classes of WPILib.
.. toctree::
:maxdepth: 1

coordinate-systems
pose
transformations
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ WPILib provides 2 classes, ``Transform2d`` (`Java <https://github.wpilib.org/all

.. note:: For nonholonomic drivetrains, the y component of a ``Twist2d`` should always be 0.

Both classes can be used to estimate robot location. Twist2d is used in WPILib's odometry classes to update the robot's pose based on movement, while Transform2d can be used to estimate the robot's global position from vision data.
Both classes can be used to estimate robot location. Twist2d is used in WPILib's :term:`odometry` classes to update the robot's :term:`pose` based on movement, while Transform2d can be used to estimate the robot's global position from vision data.

0 comments on commit cee8f59

Please sign in to comment.