Skip to content

Commit c99fdd8

Browse files
authored
Update trajectory.py (#289)
1 parent 51aa8bb commit c99fdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/tools/trajectory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def qd(self):
100100
@property
101101
def qdd(self):
102102
"""
103-
Velocity trajectory
103+
Acceleration trajectory
104104
105105
:return: trajectory acceleration with one row per timestep, one column per axis
106106
:rtype: ndarray(n,m)
@@ -1100,4 +1100,4 @@ def mrange(start, stop, step):
11001100
t = lspb(0, 1, 50)
11011101
t.plot()
11021102
t = lspb(0, 1, np.linspace(0, 1, 50))
1103-
t.plot(block=True)
1103+
t.plot(block=True)

0 commit comments

Comments
 (0)