• James Tigue's avatar
    Adds `SensorBase` tests (#3160) · 65d6087f
    James Tigue authored
    # Description
    
    Adds tests for SensorBase
    
    ## Type of change
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - New feature (non-breaking change which adds functionality)
    
    ## Checklist
    
    - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [ ] I have made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have updated the changelog and the corresponding version in the
    extension's `config/extension.toml` file
    - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    
    <!--
    As you go through the checklist above, you can mark something as done by
    putting an x character in it
    
    For example,
    - [x] I have done this task
    - [ ] I have not done this task
    -->
    
    ---------
    Signed-off-by: 's avatarJames Tigue <166445701+jtigue-bdai@users.noreply.github.com>
    Signed-off-by: 's avatarooctipus <zhengyuz@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarooctipus <zhengyuz@nvidia.com>
    65d6087f
Name
Last commit
Last update
..
urdfs Loading commit data...
check_contact_sensor.py Loading commit data...
check_imu_sensor.py Loading commit data...
check_ray_caster.py Loading commit data...
test_camera.py Loading commit data...
test_contact_sensor.py Loading commit data...
test_frame_transformer.py Loading commit data...
test_imu.py Loading commit data...
test_multi_tiled_camera.py Loading commit data...
test_outdated_sensor.py Loading commit data...
test_ray_caster_camera.py Loading commit data...
test_sensor_base.py Loading commit data...
test_tiled_camera.py Loading commit data...
test_tiled_camera_env.py Loading commit data...