Skip to content

Commit 27ded2c

Browse files
committed
ros changes
1 parent 9841374 commit 27ded2c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/plot.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616
q = np.random.rand(100, 7)
1717

1818
# Plot the joint trajectory with a 50ms delay between configurations
19-
# panda.plot(q=q, backend='pyplot', dt=0.050, vellipse=True, fellipse=True)
20-
panda.plot(q=q, backend='pyplot', dt=0.050, vellipse=False, fellipse=False)
19+
panda.plot(q=q, backend='pyplot', dt=0.050, vellipse=True, fellipse=True)
20+
# panda.plot(q=q, backend='swift', dt=0.050, vellipse=False, fellipse=False)
21+
22+
# panda.plot(q=panda.qz, backend='swift')
23+
24+
# print(panda.qr)
25+
# print(panda.fkine(q=panda.qz))
2126

2227
# r = rp.models.ETS.GenericSeven()
2328

roboticstoolbox/backends/ROS/ROS.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def hold(self):
8787
def add(
8888
self, ob):
8989
"""
90-
9190
"""
9291

9392
super().add()

0 commit comments

Comments
 (0)