Skip to content

Commit d0abee3

Browse files
authored
update ellipse.q as well in robot.plot
1 parent 0e97148 commit d0abee3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roboticstoolbox/robot/Robot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,10 @@ def plot(
921921

922922
for qk in q:
923923
self.q = qk
924+
if vellipse:
925+
vell.q =qk
926+
if fellipse:
927+
fell.q =qk
924928
env.step(dt)
925929

926930
if movie is not None: # pragma nocover

0 commit comments

Comments
 (0)