-
Notifications
You must be signed in to change notification settings - Fork 41
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
Integration of Canadarm2 Demo packages with Nvidia’s Isaac Sim #48
Labels
enhancement
New feature or request
Comments
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
…d IsaacSim Related to space-ros#48
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
…d IsaacSim Related to space-ros#48
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 9, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
…d IsaacSim Related to space-ros#48
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
…d IsaacSim Related to space-ros#48
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
…d IsaacSim Related to space-ros#48
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
franklinselva
added a commit
to franklinselva/space-ros-demos
that referenced
this issue
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
The feature submission is to extend the Canadarm2 demos to Nvidia's Isaac Sim. The gazebo simulation has been one of the most common simulators when it comes to ROS applications while Nvidia's Isaac Sim has started to receive better traction towards robotics applications. The idea here is to extend the existing demos to the new simulation tool which uses PhysX as its engine for high-performance real-time simulations.
Below is the simulation snapshot acquired from Nvidia's Isaac Sim for the feature.
Meta Info
Implementation considerations
There are a few considerations taken into account while developing the features which are listed below.
To get the best of both worlds when it comes to simulation, I have proposed a common interface to allow the demo packages to be run on both Gazebo and IsaacSim.
The above graph presents the design choices made for the feature to allow the demo packages to be run over more than a single simulation ecosystem. Moreover, the above approach also takes containerization into account providing directions to replace the Gazebo and IsaacSim with its containers.
The text was updated successfully, but these errors were encountered: