Skip to content

Commit

Permalink
Lecture 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackory Erickson committed Sep 18, 2023
1 parent 394b48a commit af0b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lecture06_fourbarlinkage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
for link in links:
global_points.append(fbl.get_link_pos_orient(link)[0])
previous_global_points.append(global_points[-1])
point = m.Shape(m.Sphere(radius=0.02), static=True, position=global_points[-1], rgba=[0, 0, 1, 1])
point = m.Shape(m.Sphere(radius=0.02), static=True, collision=False, position=global_points[-1], rgba=[0, 0, 1, 1])

for i in range(10000):
fbl.control([np.radians(i)]*3)
Expand Down

0 comments on commit af0b0ef

Please sign in to comment.