Skip to content

Commit

Permalink
Update example_ergo_manip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 authored Nov 8, 2024
1 parent 9ae1b9c commit cbfa6b5
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 cbfa6b5

Please sign in to comment.