We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02831e commit d07d009Copy full SHA for d07d009
source/isaaclab/isaaclab/envs/mdp/actions/joint_actions.py
@@ -137,7 +137,8 @@ def IO_descriptor(self) -> GenericActionIODescriptor:
137
self._IO_descriptor.offset = self._offset[0].detach().cpu().numpy().tolist()
138
else:
139
self._IO_descriptor.offset = self._offset
140
- if self.cfg.clip is not None:
+ #FIXME: This is not correct. Add list support.
141
+ if self.cfg.clip is not None:
142
self._IO_descriptor.clip = self._clip
143
144
self._IO_descriptor.clip = None
0 commit comments