Skip to content

Commit 42c4aaa

Browse files
Update src/compas_fab/robots/robot.py
Co-authored-by: beverlylytle <[email protected]>
1 parent e4fc335 commit 42c4aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/robots/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def inverse_kinematics(self, frame_WCF, start_configuration=None, group=None, re
10101010
Configuration((4.045, 5.130, -2.174, -6.098, -5.616, 6.283), (0, 0, 0, 0, 0, 0)) # doctest: +SKIP
10111011
"""
10121012
options = options or {}
1013-
attached_collision_meshes = options.get('attached_collision_meshes')
1013+
attached_collision_meshes = options.get('attached_collision_meshes', [])
10141014

10151015
self.ensure_client()
10161016
group = group or self.main_group_name if self.semantics else None

0 commit comments

Comments
 (0)