Özhan Özen
Özhan Özen
### Description If `headless` is True and `livestream` is enabled, the wrong simulation experience file is loaded. Normally `orbit.python.headless.kit` should be loaded (according to the `AppLauncher` descriptions), but `orbit.python.kit` is...
### Describe the bug When an Articulation is initialized, `_initilize_imp()` function tries to construct the body paths by simply combining the root prim path and body names within the articulation...
# Description This PR adds the `OperationalSpaceController` to the docs and provides some tests for its parametric features. Moreover, it implements the corresponding `OperationalSpaceControllerAction` and `OperationalSpaceControllerActionCfg` classes so they can...
# Description This PR adds the feature to set clipping thresholds for the `OperationalSpaceControllerAction`. Depending on the `target_type`, the physical interpretation of the clipping differs: - For `wrench_abs`, it is...
# Description The step() function of ray/tuner.py has some issues preventing one from having an uninterrupted ray hyperparameter tuning session. Please refer to #2328 for details. Fixes #2328. ## Type...
Hello, I have noticed multiple issues within the `step()` function of `ray/tuner.py`, some of which prevent me from having an uninterrupted hyperparameter tuning session with ray. Here are the issues...
Hello, I’m currently working on a custom controller and would like to access certain robot states—such as the external wrench vector or end-effector inertia matrix—from the `FrankaRobotState` class as standard...
# Description This PR adds support for providing a custom `ProgressReporter` while doing hyperparameter tuning with Ray Integration. Without the PR, the Ray integration defaults to the standard `CLIReporter`, which...