Skip to content

Commit 2a6a258

Browse files
committed
fix api bug in examples/coupling/fem_cube_linked_with_arm.py
1 parent d6ec386 commit 2a6a258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/coupling/fem_cube_linked_with_arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
cam.render()
131131

132132
print("Now dropping the cube")
133-
cube.solver.remove_vertex_constraints()
133+
cube.remove_vertex_constraints()
134134
steps = int(1 / dt)
135135
for i in tqdm(range(steps), total=steps):
136136
arm.control_dofs_position(arm_path_waypoints[-1])

0 commit comments

Comments
 (0)