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

Adds option to set the height of the border in the TerrainGenerator #744

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

pascal-roth
Copy link
Collaborator

@pascal-roth pascal-roth commented Jul 28, 2024

Description

Adds a parameter border_height to TerrainGeneratorCfg to be able to control the height of the generator border instead of having a hard-coded value of 1.0m.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have run the pre-commit checks with ./isaaclab.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 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

@pascal-roth pascal-roth self-assigned this Jul 28, 2024
@Mayankm96 Mayankm96 added the enhancement New feature or request label Jul 29, 2024
Dhoeller19 and others added 2 commits August 2, 2024 14:45
Signed-off-by: David Hoeller <dhoeller@nvidia.com>
…in_generator.py

Co-authored-by: Mayank Mittal <12863862+Mayankm96@users.noreply.github.com>
Signed-off-by: David Hoeller <dhoeller@nvidia.com>
@Dhoeller19 Dhoeller19 merged commit 912279d into main Aug 2, 2024
2 of 3 checks passed
@Dhoeller19 Dhoeller19 deleted the feature/terrain-border-height branch August 2, 2024 12:55
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
…isaac-sim#744)

# Description

Adds a parameter `border_height` to `TerrainGeneratorCfg` to be able to
control the height of the generator border instead of having a
hard-coded value of 1.0m.

## Type of change

- New feature (non-breaking change which adds functionality)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.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
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants