Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/czli-dev2' into czli-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee950507 committed Nov 8, 2024
2 parents ce8398d + 6855dd1 commit 354723e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/visualab/example_ergo_manip.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Ergo manipulation
===========================
Examples
"""

import numpy as np
import rofunc as rf
import matplotlib.pyplot as plt
Expand Down Expand Up @@ -71,4 +78,4 @@ def update(frame):
ax = fig.add_subplot(111, projection='3d')
ani = FuncAnimation(fig, update, frames=len(skeleton_joint), repeat=True)
# ani.save('/home/ubuntu/Ergo-Manip/data/gif/demo_2_andrew.gif', writer='imagemagick', fps=3)
plt.show()
plt.show()

0 comments on commit 354723e

Please sign in to comment.