Pascal Roth

Results 19 issues of Pascal Roth

### Describe the bug The measured accelerations and velocities given by the Physx `RigidBodyAPI` do not seem reasonable in two cases: - when a rigid body with a small mass...

bug
isaac-sim

# Description Add `IMU` sensor with cfg class `IMUCfg` and data class `IMUData`. Compared to the Isaac Sim implementation of the IMU Sensor, this sensor directly accesses the PhysX view...

enhancement
dev team

# Description This PR adds the possibility of initializing cameras (both Raycaster Cameras and USD Cameras) with the intrinsic matrix instead of using the aperture parameters. The intrinsic matrix is...

enhancement

# Description The current friction randomization event only selects a single random number in the given range and does not vary them. With the given PR, this is getting fixed,...

bug

# Description The workflow will find issues that have been inactive for 30 days and will add the specified comment and "stale" label. Additionally, the workflow will close any previously...

enhancement
dev team

# Description This PR adds an option to define the clipping behavior for depth images generated by `RayCasterCamera` and `Camera`. In addition, it unifies the clipping behavior for the depth...

bug
enhancement
dev team

# Description This adds a UI interface to the Managers in the `ManagerBasedEnv` and The `MangerBasedRLEnv`. Additions include: - UI widgets for `LiveLinePlot` and `ImagePlot` - `ManagerLiveVisualizer/Cfg`: Given a `ManagerBase`...

enhancement
dev team

# Description This PR introduces the option to spawn multiple assets in the same environment (e.g. env_0 has a sphere and env_1 a cube). Originally developed by @renezurbruegg It additionally...

enhancement
dev team

# Description Add configurations for stereolabs cameras. In addition, restructures the lab_assets to be more structured by introducing a subdirectory with all the robot configs and one for the sensors....

enhancement
asset
dev team

# Description Reorganize the extensions to achieve a simpler and easier-to-understand structure. We make use of Kit 106, which drops the requirement to have the extension name as a composition...

enhancement
dev team