Pascal Roth

Results 79 comments of Pascal Roth

@jsmith-bdai thanks for the feedback, all should be adjusted now

@kellyguo11 and @jsmith-bdai this also fixes the `test_serialize_term` in the `test_observation_manager.py` which was still on unittest

lets wait with a merge, just making some tests for the ray_caster to make sure that the new classvar is cleared correclty

@Mayankm96 ready for a review, now the raycaster also has a first set of basic tests. IMPORTANT: the test already run with pytest, commented out part at the top is...

so regarding the tests: - test_ray_caster.py: fail is expected as written in pytest (not sure why our unittest framework even catches that one) - test_tiled_camera.py and test_contact_sensor.py fail but are...

So, the tests are passing locally! When investigating the log, then it complains about reaching a recusion depth during the raycasting. ``` source/isaaclab/isaaclab/utils/configclass.py:282: in _validate missing_fields.extend(_validate(value, prefix=current_path)) _ _ _...

I tend to agree, we can put some debug statements all over the code and see if we find something haha