Osmo minimal deployment

Important: Isaac Sim support

Note: For Isaac Sim support, the community is gradually transitioning from this forum to the Isaac Sim GitHub repository so that questions and issues can be tracked, searched, and resolved more efficiently in one place. Whenever possible, please create a GitHub Discussion or Issue there instead of starting a new forum topic.

Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).

Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.

√ 6.0.0
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

Ubuntu 24.04
√ Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model: RTX 6000D
  • Driver Version: 580.95.05

Topic Description

Detailed Description

When I followed the official link to attempt a minimal deployment of OSMO, I encountered the following issue:

Upon reaching Step 6 in the guide, the following error occurred:

Step 6: Helm Deploy
Deploy the OSMO components using the minimal configuration:

Deploy OSMO Service:

helm upgrade --install osmo-minimal osmo/service \
-f ./osmo_values.yaml \
–namespace osmo-minimal

Could you kindly offer any assistance? I would be most grateful and thank you.

Steps to Reproduce

  1. copy osmo_values.yaml to local directory /home/user

  2. vim osmo_values.yaml to replace <insert-osmo-image-tag> according to important tips

  3. helm upgrade --install osmo-minimal osmo/service
    -f ./osmo_values.yaml
    –namespace osmo-minimal

(Add more steps as needed)

Error Messages

Error: UPGRADE FAILED: failed to create patch: map: map does not contain declared merge key: name &&
failed to create patch: map: map does not contain declared merge key: name && failed to create patch: map:
map does not contain declared merge key: name && failed to create patch: map:
map does not contain declared merge key: name && failed to create patch: map:
map does not contain declared merge key: name

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)

Could you share which official OSMO deployment link or guide you followed?

During Step 6 in osmo minimal deployment guide:

Let’s follow-up on the Github issue: osmo-minimal-deployment · Issue #195 · NVIDIA/OSMO · GitHub