mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-09 11:25:10 +08:00
Fix bug
This commit is contained in:
@@ -492,7 +492,7 @@ class OpenManipulatorRosGazeboInterface(OpenManipulatorRosBaseInterface):
|
||||
# set link_name
|
||||
request.link_name = link
|
||||
# copy values
|
||||
for slot in request.__slots__:
|
||||
for slot in SLOTS:
|
||||
value = getattr(default, slot)
|
||||
setattr(request, slot, value)
|
||||
# randomize mass
|
||||
|
||||
Reference in New Issue
Block a user