I have just finished install Isaac Sim and try to run Kaya. But i get some error below, please to help
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2$ ./Engine/Binaries/Linux/UE4Editor IsaacSimProject Kaya_Table_P -vulkan -isaac_sim_config_json="/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2/kayasim/apps/kaya_sim/bridge_config/kaya_full.json"
Increasing per-process limit of core file size to infinity.
Project file not found: /media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2/IsaacSimProject/IsaacSimProject.uprojectPreparing to exit.Shutting down and abandoning module NetworkFile (10)Shutting down and abandoning module CookedIterativeFile (8)Shutting down and abandoning module StreamingFile (6)Shutting down and abandoning module SandboxFile (4)Shutting down and abandoning module PakFile (2)Exiting.Exiting abnormally (error code: 1)
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2$
My guess is that you haven’t done the installation completely, because it seems it can’t find the project file.
Please check if the project file has been built and exist in the folder.
I follow install guide, but i can’t run: bazel run apps/kaya_sim:joystick
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2$ bazel run apps/kaya_sim:joystick
ERROR: The 'run' command is only supported from within a workspace (below a directory having a WORKSPACE file).
See documentation at https://docs.bazel.build/versions/master/build-ref.html#workspace
WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2$ cd kayasim
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2/kayasim$ bazel run apps/kaya_sim:joystick
ERROR: The 'run' command is only supported from within a workspace (below a directory having a WORKSPACE file).
See documentation at https://docs.bazel.build/versions/master/build-ref.html#workspace
WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
henry@henry-ubuntu18:/media/henry/MRHUNG/AI/Nv/Isaac/IsaacSim1.2/kayasim$