In qp inverse kinematic file, the tool frames self.tcps is defined as [] if not given a value.
This commit is contained in:
@@ -138,7 +138,7 @@ class KinematicsSolver():
|
||||
)
|
||||
|
||||
if tcps is None:
|
||||
pass
|
||||
self.tcps = []
|
||||
else:
|
||||
self.tcps = tcps
|
||||
self.tcp_ids = []
|
||||
|
||||
Reference in New Issue
Block a user