isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
1.97k stars 783 forks source link

[Question] camera can see robot in diffferent envs #719

Open hutslib opened 2 months ago

hutslib commented 2 months ago

I run the tutorial
./isaaclab.sh -p source/standalone/tutorials/04_sensors/add_sensors_on_robot.py --num_evs=10

The camera mounted on the robot can see other robots. I think robots should isolate in each environment and camera should not see robot in other env.

Mayankm96 commented 2 months ago

Unfortunately, this is a current limitation of the rendering engine in Isaac Sim. The team is working on resolving this issue.

However, as a quick fix, you could place walls around the environment so the cameras don't see other environments. Alternately (depending on the use-case), you can use the RayCasterCamera.