isaac SIM / Quick Start - Kaya error help me!!!

I am studying Quick Start-Kaya in isaac SIM Document.
First we tested the joystick application. But I don’t know if I need to connect the joystick to the host or the jetson nano. Also, when I turn on the isaac SIM, the kaya robot does not appear on the screen when I press play and nothing happens.

Second, we tested the Object Detection application. I have a question, is it right to run isaac SIM in one terminal and “bazel run apps / kaya / unreal_sim: object_detection” in the other terminal? I got an error when I did like above.
The error is this:

wireless@ubuntu:~/Downloads/isaac-sdk-2019.2-30e21124$ bazel run apps/kaya/unreal_sim:object_detection
WARNING: /home/wireless/Downloads/isaac-sdk-2019.2-30e21124/packages/yolo/BUILD:15:12: in srcs attribute of cc_binary rule //packages/yolo:libyolo_module.so: please do not import ‘//packages_x86_64/yolo:libyolo_module.so’ directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /home/wireless/Downloads/isaac-sdk-2019.2-30e21124/packages/viewers/BUILD:14:12: in srcs attribute of cc_binary rule //packages/viewers:libviewers_module.so: please do not import ‘//packages_x86_64/viewers:libviewers_module.so’ directly. You should either move the file to this package or depend on an appropriate rule there
WARNING: /home/wireless/Downloads/isaac-sdk-2019.2-30e21124/packages/ml/BUILD:15:12: in srcs attribute of cc_binary rule //packages/ml:libml_module.so: please do not import ‘//packages_x86_64/ml:libml_module.so’ directly. You should either move the file to this package or depend on an appropriate rule there
INFO: Analysed target //apps/kaya/unreal_sim:object_detection (2 packages loaded, 65 targets configured).
INFO: Found 1 target…
Target //apps/kaya/unreal_sim:object_detection up-to-date:
bazel-genfiles/apps/kaya/unreal_sim/run_object_detection
bazel-bin/apps/kaya/unreal_sim/object_detection
INFO: Elapsed time: 0.279s, Critical Path: 0.08s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
INFO: Build completed successfully, 1 total action
2019-09-09 22:10:00.366 INFO engine/alice/tools/websight.cpp@166: Loading websight…
2019-09-09 22:10:00.366 WARNING engine/alice/backend/application_json_loader.cpp@98: This application does not have an explicit scheduler configuration. One will be autogenerated to the best of the system’s abilities if possible.
2019-09-09 22:10:00.366 INFO engine/alice/backend/application_json_loader.cpp@237: Modules requested by subgraph ‘inference’: ml, viewers, yolo,
2019-09-09 22:10:00.367 INFO engine/alice/backend/application_json_loader.cpp@237: Modules requested by subgraph ‘2d_kaya’: flatsim, (viewers),
2019-09-09 22:10:00.367 INFO engine/alice/backend/application_json_loader.cpp@237: Modules requested by subgraph ‘commander’: (navigation), sensors:joystick,
2019-09-09 22:10:00.367 INFO engine/alice/backend/application_json_loader.cpp@237: Modules requested by subgraph ‘odometry’: imu, (navigation),
2019-09-09 22:10:00.367 WARNING engine/alice/backend/backend.cpp@168: This application does not have an execution group configuration. One will be autogenerated to the best of the systems abilities if possible.
2019-09-09 22:10:00.367 WARNING engine/gems/scheduler/scheduler.cpp@337: No default execution groups specified. Attempting to create scheduler configuration for 12 remaining cores. This may be non optimal for the system and application.
2019-09-09 22:10:00.368 INFO engine/gems/scheduler/scheduler.cpp@290: Scheduler execution groups are:
2019-09-09 22:10:00.368 INFO engine/gems/scheduler/scheduler.cpp@299: BlockerGroup: Cores = [9, 10, 11], Workers = No
2019-09-09 22:10:00.368 INFO engine/gems/scheduler/scheduler.cpp@299: WorkerGroup: Cores = [0, 1, 2, 3, 4, 5, 6, 7, 8], Workers = Yes
2019-09-09 22:10:00.372 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/flatsim/libflatsim_module.so’: Now has 53 components total
2019-09-09 22:10:00.377 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/imu/libimu_module.so’: Now has 57 components total
2019-09-09 22:10:00.390 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/navigation/libnavigation_module.so’: Now has 88 components total
2019-09-09 22:10:00.398 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/planner/libplanner_module.so’: Now has 96 components total
2019-09-09 22:10:00.405 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/sensors/libjoystick_module.so’: Now has 97 components total
2019-09-09 22:10:00.413 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/sight/libsight_module.so’: Now has 98 components total
2019-09-09 22:10:00.422 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/viewers/libviewers_module.so’: Now has 114 components total
2019-09-09 22:10:00.439 INFO engine/alice/backend/modules.cpp@283: Loaded module ‘packages/yolo/libyolo_module.so’: Now has 115 components total
2019-09-09 22:10:00.439 ERROR engine/alice/backend/modules.cpp@307: ml: /home/wireless/.cache/bazel/_bazel_wireless/7d44613f5127fe84c6271f7fd7b4110d/execroot/com_nvidia_isaac/bazel-out/k8-opt/bin/apps/kaya/unreal_sim/object_detection.runfiles/com_nvidia_isaac//external/com_nvidia_isaac/packages/ml/libml_module.so: cannot open shared object file: No such file or directory
2019-09-09 22:10:00.439 PANIC engine/alice/backend/modules.cpp@309: Could not load all required modules for application

| Isaac application terminated unexpectedly |

#01 engine/alice/tools/main(+0x8046a) [0x555cd0fc846a]
#02 engine/alice/tools/main(+0xe86d0) [0x555cd10306d0]
#03 engine/alice/tools/main(+0xe8a40) [0x555cd1030a40]
#04 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7fbd06700890]
#05 /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7) [0x7fbd05d9ae97]
#06 /lib/x86_64-linux-gnu/libc.so.6(abort+0x141) [0x7fbd05d9c801]
#07 engine/alice/tools/main(+0x9d1f7) [0x555cd0fe51f7]
#08 engine/alice/tools/main(+0x34bdc) [0x555cd0f7cbdc]
#09 engine/alice/tools/main(+0x350f3) [0x555cd0f7d0f3]
#10 engine/alice/tools/main(+0x352e4) [0x555cd0f7d2e4]
#11 engine/alice/tools/main(+0x15c23) [0x555cd0f5dc23]
#12 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7fbd05d7db97]
#13 engine/alice/tools/main(+0x1af7a) [0x555cd0f62f7a]

Minidump written to: /tmp/da377fc9-385b-466e-f7a54ca9-292934e8.dmp
Aborted (core dumped)

This error has occurred in the terminal where “bazel run apps / kaya / unreal_sim: object_detection” was run. I would be very grateful if you help me.

Hi

TO answer your first question, yes you can run the Isaac SDKon the Jetson and the SImon a Desktop, just make sure that the port is set correctly, and the connection is established.
My suggestion is that first run a SDK app that doesn’t need Sim, to make sure you have the Isaac SDK has been installed correctly.

In general if you run the SIm and you don’t see the robot in the scene (Kaya or Carter) it means the connection between the sim and SDK is not established.

Hope this helps,
Liila