Skip to content

Fixes type-hinting for articulation properties in from_files_cfg.py#384

Merged
Mayankm96 merged 1 commit intoisaac-sim:mainfrom
MuhongGuo:fix/correct-ArticulationPropertiesCfg
Apr 26, 2024
Merged

Fixes type-hinting for articulation properties in from_files_cfg.py#384
Mayankm96 merged 1 commit intoisaac-sim:mainfrom
MuhongGuo:fix/correct-ArticulationPropertiesCfg

Conversation

@MuhongGuo
Copy link
Copy Markdown
Contributor

@MuhongGuo MuhongGuo commented Apr 26, 2024

Description

The declaration of ArticulationPropertiesCfg is not found in orbit. I guess it should be ArticulationRootPropertiesCfg. This MR fixes the typing.

Type of change

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

Checklist

  • I have run the pre-commit checks with ./orbit.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run all the tests with ./orbit.sh --test and they pass
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@Mayankm96 Mayankm96 changed the title Fixes the ArticulationPropertiesCfg typing to ArticulationRootPropert… Fixes type-hinting for articulation properties in from_files_cfg.py Apr 26, 2024
@Mayankm96 Mayankm96 merged commit 440c57b into isaac-sim:main Apr 26, 2024
@Mayankm96
Copy link
Copy Markdown
Contributor

Thank you! :)

@MuhongGuo MuhongGuo deleted the fix/correct-ArticulationPropertiesCfg branch April 26, 2024 11:02
fatimaanes pushed a commit to fatimaanes/omniperf that referenced this pull request Aug 8, 2024
# Description

This MR replaces `#!/bin/bash` with `#!/usr/bin/env bash`. This fetches
the executable from the `PATH` instead of having the path fixed. This
makes it more robust on different Unix systems. It should also allow you
to use bash scripts with zshell as well.

Fixes isaac-sim#384

## 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
- [ ] I have run all the tests with `./orbit.sh --test` and they pass
- [ ] 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
fatimaanes pushed a commit to fatimaanes/omniperf that referenced this pull request Aug 8, 2024
…isaac-sim#384)

# Description

The declaration of `ArticulationPropertiesCfg` is not found in orbit. I
guess it should be `ArticulationRootPropertiesCfg`. This MR fixes the
typing.

## 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
- [ ] I have run all the tests with `./orbit.sh --test` and they pass
- [ ] 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
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

This MR replaces `#!/bin/bash` with `#!/usr/bin/env bash`. This fetches
the executable from the `PATH` instead of having the path fixed. This
makes it more robust on different Unix systems. It should also allow you
to use bash scripts with zshell as well.

Fixes isaac-sim#384

## 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
- [ ] I have run all the tests with `./orbit.sh --test` and they pass
- [ ] 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
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
…isaac-sim#384)

# Description

The declaration of `ArticulationPropertiesCfg` is not found in orbit. I
guess it should be `ArticulationRootPropertiesCfg`. This MR fixes the
typing.

## 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
- [ ] I have run all the tests with `./orbit.sh --test` and they pass
- [ ] 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
kellyguo11 added a commit that referenced this pull request Apr 23, 2025
# Description

Removes quadprog from docker container due to licensing issues. This is
a workaround since it gets pulled from pin-pink, but we do not need to
use the package for anything.


## 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)


## 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
- [ ] 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
-->
yrh012 pushed a commit to aica-technology/isaac-lab that referenced this pull request Jun 16, 2025
# Description

Removes quadprog from docker container due to licensing issues. This is
a workaround since it gets pulled from pin-pink, but we do not need to
use the package for anything.


## 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)


## 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
- [ ] 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
-->
Sanjay1911 pushed a commit to Sanjay1911/IsaacLab that referenced this pull request Jun 19, 2025
# Description

Removes quadprog from docker container due to licensing issues. This is
a workaround since it gets pulled from pin-pink, but we do not need to
use the package for anything.


## 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)


## 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
- [ ] 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

Successfully merging this pull request may close these issues.

2 participants