Skip to content

Commit

Permalink
typo in trajectory docs (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaniuka authored Aug 10, 2024
1 parent 48fe1d5 commit 6188446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboticstoolbox/tools/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def trapezoidal(q0, qf, t, V=None):
- For some values of ``V`` no solution is possible and an error is flagged.
- The time vector, if given, is assumed to be monotonically increasing,
and time scaling is based on the first and last element.
- ``tg`` has an extra attribute ``xblend`` which is the blend duration.
- ``tg`` has an extra attribute ``tblend`` which is the blend duration.
:References:
Expand Down

0 comments on commit 6188446

Please sign in to comment.