Closed ossamaAhmed closed 4 years ago
base_task.py, l. 502: if self._stage.get_rigid_objects()[rigid_object].is_not_fixed:
'is_not_fixed' in the if statement is a function but doesn't get called. I guess is_not_fixed is supposed to be a property method.
base_task.py, l. 502: if self._stage.get_rigid_objects()[rigid_object].is_not_fixed:
'is_not_fixed' in the if statement is a function but doesn't get called. I guess is_not_fixed is supposed to be a property method.