-
Notifications
You must be signed in to change notification settings - Fork 19
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
NASA Challenge_[franklinselva]_[Simulation Assets for Nvidia's IsaacSim and SpaceROS demos] #21
Open
franklinselva
wants to merge
10
commits into
space-ros:main
Choose a base branch
from
franklinselva:isaacsim-assets
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
franklinselva
force-pushed
the
isaacsim-assets
branch
2 times, most recently
from
September 8, 2024 12:18
f9699c4
to
1db6977
Compare
Related to space-ros/space-ros#178 Related to space-ros#18 - Moved the simulation assets to space-ros/demos#31 - Repurpose the repository for the simulation assets of Nvidia's Isaac Sim
Related to space-ros#18 - Add documentation and description for environment and robot assets - Add documentation on extensions and usage - Add documentation on setting up ROS2 interface and ROS2 action graphs - Update README.md for system requirements, getting started guide and overview
Related to space-ros#18 - Add new extension - Rover Simple Controller - Add example omnigraph extension - Negate Number
Related to space-ros#18
Related to space-ros#18
franklinselva
force-pushed
the
isaacsim-assets
branch
from
September 9, 2024 17:16
07f00be
to
7736e7a
Compare
Related to space-ros#18 - Add environment scenes - Add ISS and interior of ISS - Add Mars Terrain - Add Moon Terrain - Add Earth Model - Add robot scenes - Add curiosity Rover model - Add Ingenuity Helicopter model - Add Canadarm model group - Add Robonaut2 model group - Add JPL Athelte model - Add relevant scenes based on the models above - Add mars clear sky scene
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motive
In general, the simulation and high-fidelity simulation for space applications are scattered across different GitHub repositories and projects. The simulation spans the different Moon and Mars terrains expanding different use cases through challenges, perception-related works and AI learning. The simulation platforms are different concerning the above categories. This work tries to bring all the changes together under a single tree using Nvidia's Isaac Sim and Space ROS which can grow over time.
Description
This PR introduces Nvidia's Isaac Sim Simulation into Space ROS project. The purpose of this addition is to allow high-fidelity simulations for multiple scenarios in space applications. This PR sets up the repository as a standalone extension module for IsaacSim and Space ROS. I've included for you a summary of what is available in the linked issue #18. README.md file of the downstream repository should give the images of all simulation environments and robots added to the environment.
Related to space-ros/space-ros#178
Closes #18
Blocks space-ros/demos#32 and space-ros/demos#34