Omni.anim.navigation.meshtools start failed when start omni.anim.navigation.bundle

omni.anim.navigation.meshtools & omni.anim.navigation.bundle load failed !

I’m trying calib camera and add try setting the NavMesh.

A valid NavMesh is required. Camera Calibration (isaacsim.replicator.agent.camera_calibration) — Isaac Sim Documentation

Then, I try upgrade schema core to v106.5.*, the core ext is load failed again.


file omni.anim.navigation.meshtools-106.4.1+106.4.0.lx64.r.cp310/omni/anim/navigation/meshtools/bindings/_omni_navmeshtools.cpython-310-x86_64-linux-gnu.so
omni.anim.navigation.meshtools-106.4.1+106.4.0.lx64.r.cp310/omni/anim/navigation/meshtools/bindings/_omni_navmeshtools.cpython-310-x86_64-linux-gnu.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=329a9a51a240a807fe223a9cc15e17bd2e714b90, stripped


file omni.anim.navigation.core-106.4.0+106.4.0.lx64.r.cp310/omni/anim/navigation/core/bindings/_omni_anim_navigation_core.cpython-310-x86_64-linux-gnu.so 
omni.anim.navigation.core-106.4.0+106.4.0.lx64.r.cp310/omni/anim/navigation/core/bindings/_omni_anim_navigation_core.cpython-310-x86_64-linux-gnu.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=cb210a1baaf5e747a125c78bbd6cb667ae79b3ca, stripped

Isaac Sim Version

[-] 4.5.0

Operating System

[-] Ubuntu 22.04

GPU Information

  • Model:
  • Driver Version:

Topic Description

Detailed Description

(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)

Steps to Reproduce

(Add more steps as needed)

Error Messages

(If applicable, copy and paste any error messages you received)

Screenshots or Videos

(If applicable, add screenshots or links to videos that demonstrate the issue)

Additional Information

What I’ve Tried

(Describe any troubleshooting steps you’ve already taken)

Related Issues

(If you’re aware of any related issues or forum posts, please link them here)

Additional Context

(Add any other context about the problem here)

1 Like

Is this still an open issue? If yes, could you confirm at which step in the documentation or workflow you encounter this problem?

@VickNV, I am encountering the same issue here.

Background

I am using IsaacSim 4.5.0 installed in a clean docker container. Everything works just fine.

What did I do

I was trying to use the navigation mesh extension by following this tutorial: Installation — Omniverse Extensions, which asked me to enable the following extension:

"omni.anim.navigation.bundle" = { version = "106.3.0" }
"omni.anim.navigation.core" = { version = "106.4.0" }
"omni.anim.navigation.ui" = { version = "106.4.1" }

You may be wondering why their versions are not aligned – I tried bumping to newer versions, but it will break dependencies. In short, the above extension-version combination is what I ended up with that can load all the needed extension correctly.

When finishing the rest of the tutorial above (more specifically, when trying the sample Samples — Omniverse Extensions), the error message indicated that I should load an additional extension “omni.anim.navigation.meshtools”. However, I have tried all its available versions, none of them works. The closest is “omni.anim.navigation.meshtools” = { version = “106.4.1” }, but I got the following error message, which is exactly what was posted in this thread.

2025-07-01 03:22:29 [1,233,281ms] [Error] [carb] Interface: [omni::anim::navigation::INavigation v3.0] requested but default plugin [omni::anim::navigation::INavigation v2.3] cannot provide requested version
2025-07-01 03:22:29 [1,233,281ms] [Error] [carb] [Plugin: omni.anim.navigation.meshtools] Dependency: [omni::anim::navigation::INavigation v3.0] failed to be resolved.
2025-07-01 03:22:29 [1,233,282ms] [Error] [carb] Interface: [omni::anim::navigation::INavigation v3.0] requested but default plugin [omni::anim::navigation::INavigation v2.3] cannot provide requested version
2025-07-01 03:22:29 [1,233,282ms] [Error] [carb] [Plugin: omni.anim.navigation.meshtools] Dependency: [omni::anim::navigation::INavigation v3.0] failed to be resolved.
2025-07-01 03:22:29 [1,233,282ms] [Error] [carb] Interface: [omni::anim::navigation::INavigation v3.0] requested but default plugin [omni::anim::navigation::INavigation v2.3] cannot provide requested version
2025-07-01 03:22:29 [1,233,282ms] [Error] [carb] [Plugin: omni.anim.navigation.meshtools] Dependency: [omni::anim::navigation::INavigation v3.0] failed to be resolved.
2025-07-01 03:22:29 [1,233,283ms] [Error] [carb.scripting-python.plugin] RuntimeError: Failed to acquire interface: omni::anim::navigation::INavMeshProviderMeshTools (pluginName: nullptr)

At:
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/data/Kit/Isaac-Sim Full/4.5/exts/3/omni.anim.navigation.meshtools-106.4.1+106.4.0.lx64.r.cp310/omni/anim/navigation/meshtools/scripts/extension.py(9): on_startup
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/kernel/py/omni/ext/_impl/_internal.py(164): _startup_ext
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/kernel/py/omni/ext/_impl/_internal.py(224): startup
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/kernel/py/omni/ext/_impl/_internal.py(328): startup_extension
  PythonExtension.cpp::startup()(2): <module>
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.window.extensions-1.4.25+d02c707b/omni/kit/window/extensions/ext_commands.py(33): do
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.commands-1.4.9+d02c707b.lx64.r.cp310/omni/kit/undo/undo.py(81): execute
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.commands-1.4.9+d02c707b.lx64.r.cp310/omni/kit/commands/command.py(463): execute
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.window.extensions-1.4.25+d02c707b/omni/kit/window/extensions/common.py(509): toggle_self
  /home/robot/conda/envs/metasim/lib/python3.10/asyncio/events.py(80): _run
  /home/robot/conda/envs/metasim/lib/python3.10/asyncio/base_events.py(1909): _run_once
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py(197): run_once
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/omni/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py(263): <lambda>
  /home/robot/conda/envs/metasim/lib/python3.10/site-packages/isaacsim/exts/isaacsim.simulation_app/isaacsim/simulation_app/simulation_app.py(535): update
  /home/robot/RoboVerse/metasim/scripts/launch_sim.py(21): <module>

2025-07-01 03:22:29 [1,233,283ms] [Error] [omni.ext.plugin] [ext: omni.anim.navigation.meshtools-106.4.1] Failed to startup python extension.
[1233.811s] [ext: omni.anim.navigation.meshtools-106.4.1] shutdown

Any thoughts?

Can confirm the navigation sample works on isaacsim 4.5.0 with the following extensions enabled(also, the order of enabling these extension matter!!(:

"omni.anim.navigation.schema" = { version = "106.3.0" }
"omni.anim.navigation.core" = { version = "106.3.5" }
"omni.anim.navigation.recast" = { version = "106.3.4" }
"omni.anim.navigation.ui" = { version = "106.3.1" }
"omni.anim.navigation.bundle" = { version = "106.3.0" }
1 Like