Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly committed Sep 14, 2024
1 parent 693a2d8 commit 8b5eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/03_physics_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The implementation of the physics plugin revolves around four key elements.
FeaturePolicy is a "policy class" used to provide metadata to features about what kind of simulation engine they are going to be used in.
Many physics simulations software libraries model 3-dimensional systems, though some (like Box2d) only consider 2-dimensional systems.
A FeaturePolicy is used to customize Gazebo Physics' APIs by the number of dimensions (2 or 3) and also the floating point scalar type (float or double).
(All of the currently supported physics engine use FeaturePolicy3d i.e. 3 dimensions and double.)
(All of the currently supported physics engines use FeaturePolicy3d i.e. 3 dimensions and double.)

3. \ref gz::physics::Feature "Feature"

Expand Down

0 comments on commit 8b5eef7

Please sign in to comment.