-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I downloaded the model and config files as instructed. However, I couldn't find the path ${USER_PATH_TO_USD} mentioned in viplanner/omniverse/README.md under the "Planer Demo" section to adjust in the corresponding config files.
I proceeded to run the demo with the following command as mentioned :
cd IsaacLab
./isaaclab.sh -p <path-to-viplanner-repo>/omniverse/standalone/viplanner_demo.py --scene warehouse --model_dir <path-to-model-download-dir>
The simulation window launched successfully, and the robot dog started walking for a few steps, but then it stopped and remained stationary. Interestingly, I could still see the predicted trajectory changing in the visualization, which suggests that the planner might still be working.
I noticed the following warning in the console:
[Warning] [omni.isaac.lab.envs.manager_based_env] The render interval (1) is smaller than the decimation (20). Multiple multiple render calls will happen for each environment step. If this is not intended, set the render interval to be equal to the decimation.
Any help would be greatly appreciated. Thank you!