Skip to content

Commit

Permalink
Fix typo in 3D field docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 24, 2024
1 parent 51fde4b commit 43b0dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsSite/docs/tab-reference/3d-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Mechanism data can be visualized using 2D mechanisms or articulated 3D component

### 2D Mechanisms

To visualize mechanism data logged using a [`Mechanism2d``](https://docs.wpilib.org/en/stable/docs/software/dashboards/glass/mech2d-widget.html), add the mechanism field to an existing robot or ghost object. The mechanism is projected onto the XZ plane of the robot using simple boxes (as shown below). The robot's origin is centered on the bottom edge of the mechanism.
To visualize mechanism data logged using a [`Mechanism2d`](https://docs.wpilib.org/en/stable/docs/software/dashboards/glass/mech2d-widget.html), add the mechanism field to an existing robot or ghost object. The mechanism is projected onto the XZ plane of the robot using simple boxes (as shown below). The robot's origin is centered on the bottom edge of the mechanism.

![2D mechanism](./img/3d-field-2.png)

Expand Down

0 comments on commit 43b0dc6

Please sign in to comment.