Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Error in running any script from Orbit #98

Closed
1 of 2 tasks
kumar-sanjeeev opened this issue Jul 20, 2023 · 2 comments
Closed
1 of 2 tasks

[Bug Report] Error in running any script from Orbit #98

kumar-sanjeeev opened this issue Jul 20, 2023 · 2 comments

Comments

@kumar-sanjeeev
Copy link

kumar-sanjeeev commented Jul 20, 2023

Describe the bug

I tried to run the script from the demo section, and I am getting the following error. Is this error only on my system, or are others also facing a similar one ?

Steps to reproduce

run this script ./orbit.sh -p source/standalone/demo/play_empty.py

[0.275s] [ext: omni.stats-0.0.0] startup
[0.322s] [ext: omni.rtx.shadercache-1.0.0] startup
[0.333s] [ext: omni.assets.plugins-0.0.0] startup
[0.336s] [ext: omni.gpu_foundation-0.0.0] startup
[0.349s] [ext: carb.windowing.plugins-1.0.0] startup
[0.366s] [ext: omni.kit.renderer.init-0.0.0] startup
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

libGL error: failed to open /dev/dri/card0: Permission denied
libGL error: failed to open /dev/dri/card0: Permission denied
libGL error: failed to load driver: iris
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  0 ()
  Serial number of failed request:  243
  Current serial number in output stream:  243
There was an error running python

System Info

Describe the characteristic of your environment:

  • Isaac Sim Version: [2022.2.1]
  • OS: [ Ubuntu 20.04]
  • GPU: [ RTX A300]
  • CUDA: [11.7]
  • GPU Driver: [515.105.01]

Checklist

  • I have checked that there is no similar issue in the repo (required)
  • I have checked that the issue is not in running Isaac Sim itself and is related to the repo
@kumar-sanjeeev
Copy link
Author

closing, its problem with my system.

Mayankm96 pushed a commit that referenced this issue Aug 8, 2023
#98)

# Description

Missing comma in the `setup.py` of the extension led to installation
errors when calling `./orbit.sh -i`.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
Mayankm96 pushed a commit that referenced this issue Dec 22, 2023
#98)

# Description

Missing comma in the `setup.py` of the extension led to installation
errors when calling `./orbit.sh -i`.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
@BolunDai0216
Copy link

@kumar-sanjeeev I am getting the same issue, would it be possible to share your fix?

kellyguo11 added a commit to kellyguo11/IsaacLab-public that referenced this issue Aug 21, 2024
# Description

This change restructures documentation to add a new Overview section
that combines previous pages around learning workflows, environment
design, and developer guides.

New pages are added for RL library comparison and training performance
benchmarking.

## Type of change

<!-- As you go through the list, delete the ones that are not
applicable. -->

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->
kellyguo11 added a commit to kellyguo11/IsaacLab-public that referenced this issue Aug 21, 2024
# Description

This change restructures documentation to add a new Overview section
that combines previous pages around learning workflows, environment
design, and developer guides.

New pages are added for RL library comparison and training performance
benchmarking.

## Type of change

<!-- As you go through the list, delete the ones that are not
applicable. -->

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->
Dhoeller19 pushed a commit that referenced this issue Sep 20, 2024
This change restructures documentation to add a new Overview section
that combines previous pages around learning workflows, environment
design, and developer guides.

New pages are added for RL library comparison and training performance
benchmarking.

<!-- As you go through the list, delete the ones that are not
applicable. -->

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants