Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bxtbold committed Dec 16, 2024
1 parent 2e86eca commit cae5fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/d-practical-exercises/1-directgeom.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ later call to your scripts, you can set the argument to `False`. A side
effector of `=True` is that it will move the viewpoint inside the GUI to
a reference zero position.

### More details about loading the model (optionnal)
### More details about loading the model (optional)

You can access the visual object composing the robot model by
`robot.visual_model.geometryObject`.
Expand Down
4 changes: 2 additions & 2 deletions doc/d-practical-exercises/2-invgeom.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ end effector at position `pdes`.
Finally, implements a callback function that display in
Gepetto-Viewer every candidate configuration tried by the solver.

## 2.2) Approaching the redundancy (optionnal)
## 2.2) Approaching the redundancy (optional)

The manipulator arm has 6 DOF, while the cost function only constraints
3 of them (the position of the end effector). A continuum of solutions
Expand Down Expand Up @@ -238,7 +238,7 @@ desired placement.
Optionally, try other metrics, like the log metric of \f$R^3 \times SO(3)\f$, or
the Froebenius norm of the homogeneous matrix.

## 2.4) Working with a mobile robot (optionnal)
## 2.4) Working with a mobile robot (optional)

Until now, the tutorial only worked with a simple manipulator robot,
i.e. whose configuration space is a real vector space. Consider now the
Expand Down
2 changes: 1 addition & 1 deletion include/pinocchio/algorithm/geometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace pinocchio
/// \li add the collision pairs of geom_model2 into geom_model1 (indexes are updated)
/// \li add all the collision pairs between geometry objects of geom_model1 and geom_model2.
/// It is possible to ommit both data (an additional function signature is available which makes
/// them optionnal), then inner/outer objects are not updated.
/// them optional), then inner/outer objects are not updated.
///
/// \param[out] geom_model1 geometry model where the data is added
/// \param[in] geom_model2 geometry model from which new geometries are taken
Expand Down

0 comments on commit cae5fb7

Please sign in to comment.