Closed dzy666fly closed 1 month ago
Might be silly suggestion but the scene mesh is loaded VERY high up from simulation origin. Try clicking the robot prim on the stage and hit "F". That should move your camera to the robot
Might be silly suggestion but the scene mesh is loaded VERY high up from simulation origin. Try clicking the robot prim on the stage and hit "F". That should move your camera to the robot
:laughing: Wonderful! It works! Maybe I need to learn how to use the Isaac Sim software from scratch. Thank u so much.
Hi, it's me again :laughing:
After native installing, when run
python.sh run.py environment=largescale
, nothing seemed to be wrong but the scene is blank as shown in the picture.But the shell seems to be OK.
Well, before run this command,
export CUDA_VISIBLE_DEVICES=0
is set (there are two RTX 3090 GPUs in the workstation) to solve the mistake as follows:RuntimeError: Error launching kernel '_bilinear_interpolation', trying to launch on device='cuda:1', but input array for argument 'x' is on device=cuda:0.
How can I solve this issue?
Thank u so much :smile: