Pascal Roth

Results 19 issues of 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...

bug

# 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...

enhancement

# 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...

enhancement

# 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: ```...

enhancement
dev team

### Proposal Make tests run according to the following proposal and possibly get a speedup. ![Image](https://github.com/user-attachments/assets/e32ef116-4829-4962-9339-b9c94c801cc8) ### Checklist - [ ] I have checked that there is no similar issue...

enhancement
dev team

# 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...

documentation
enhancement
isaac-lab

# 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...

enhancement
infrastructure

# 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...

enhancement
isaac-lab