Skip to content

Commit 6188446

Browse files
authored
typo in trajectory docs (#378)
1 parent 48fe1d5 commit 6188446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: roboticstoolbox/tools/trajectory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def trapezoidal(q0, qf, t, V=None):
486486
- For some values of ``V`` no solution is possible and an error is flagged.
487487
- The time vector, if given, is assumed to be monotonically increasing,
488488
and time scaling is based on the first and last element.
489-
- ``tg`` has an extra attribute ``xblend`` which is the blend duration.
489+
- ``tg`` has an extra attribute ``tblend`` which is the blend duration.
490490
491491
:References:
492492

0 commit comments

Comments
 (0)