Pascal Roth
Pascal Roth
# Description Fixes `quat_box_minus` operation for non-unique quaternions. credit to @adrialopezescoriza ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have...
# Description Adds option to add terrain border as "wall" above the ground or as terrain extension below the ground in `TerrainGeneratorCfg`. ## Type of change - New feature (non-breaking...
# Description Added support for concatenation of observations along different dimensions in `ObservationManager`. Updates the position where the command counter is increased to allow checking for reset environments in the...
# Description Started to transition tests from unittest to pytest and add new tests. To run the tests, there are two options, either run for, e.g. the isaaclab test: ```...
### Proposal Make tests run according to the following proposal and possibly get a speedup.  ### Checklist - [ ] I have checked that there is no similar issue...
# Description Moves meshes in the `RayCaster` to classvar to be shared between sensors. This should save memory. ## Type of change - Bug fix (non-breaking change which fixes an...
# Description Remove dependency on IsaacSim `stage_utils` for integration of new simulation engines like `newton`. ## Type of change - Dependency removal ## Checklist - [ ] I have read...
# Description Prevent isaacsim.core.utils to be used in future PRs using the banned-api from ruff. https://docs.astral.sh/ruff/rules/banned-api/ ``` source/isaaclab/test/terrains/test_terrain_generator.py:20:8: TID251 `isaacsim.core.utils` is banned: Do not import from isaacsim.core.utils; use internal framework...
# Description Remove dependency on IsaacSim `prim_utils` for integration of new simulation engines like `newton`. NOTE: this PR depends on #3923 ## Type of change - Dependency removal ## Checklist...