XiaoYi

Results 2 comments of XiaoYi

# Simulation startup becomes extremely slow when using the RayCaster sensor with large numbers of environments ## Description When running the RayCaster sensor branch in IsaacSim, the simulation initialization time...

````markdown ### Issue Description I found a potential bug in the file: `source/isaaclab/isaaclab/sensors/ray_caster/multi_mesh_ray_caster_camera.py` at **line 178**. The current code is: ```python self.ray_hits_w, ray_depth, ray_normal, _, ray_mesh_ids = raycast_dynamic_meshes() ```` However,...