NASA Challenge_[franklinselva]_[IsaacSim Integration for Canadarm2 demo]#32
Open
franklinselva wants to merge 22 commits intospace-ros:mainfrom
Open
NASA Challenge_[franklinselva]_[IsaacSim Integration for Canadarm2 demo]#32franklinselva wants to merge 22 commits intospace-ros:mainfrom
franklinselva wants to merge 22 commits intospace-ros:mainfrom
Conversation
ed85da9 to
2eee0e7
Compare
resolves #178 - Group demos to its robot content
resolves space-ros/space-ros#178 - Add canadarm_description - Fix model asset paths - Reverse control configuration for canadarm model
resolves space-ros/space-ros#178 - Add curiosity_description - Strip third party dependencies of mars_rover
resolves space-ros/space-ros#178 - Fix control parameters for curiosity_description - Move curiosity_path world to curiosity_gazebo - Add launch file for spinning of gazebo world
related to space-ros/space-ros#178 - Cleaned up rover launch file for the demo - Updated comments for demo node
related to space-ros/space-ros#178 - Add dockerfile for demo - Add makefile for build, run and clean automation
related to space-ros/space-ros#178 - Add README.md for Curiosity Rover demo - Update Main README.md of the demos repository
resolves space-ros/space-ros#178 - Add canadarm_description package - Move earth and iss world models to canadarm_gazebo
related to space-ros/space-ros#178 - Cleaned up canadarm launch file for the demo - Updated comments for demo node - Strip Moveit Redundant Node - Cleanup packages.xml - Remove ros control parameters for gazebo
related to space-ros/space-ros#178 - Add README.md for Canadarm2 demo - Update Main README.md of the demos repository
Related to space-ros/space-ros#178 - Update package.xml for canadarm2 packages - Update package.xml for curiosity_rover packages
Related to space-ros/space-ros#178 - Remove makefiles for canadarm2 and curiosity rover demo - Add build.sh for building canadarm2 and curiosity rover demo - Add run.sh for running the demos - Update README.md of demos to the new process
2eee0e7 to
7ad378d
Compare
…d IsaacSim Related to space-ros#48
7ad378d to
e7d50ed
Compare
This file contains hidden or 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
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.
The purpose of this PR is to provide IsaacSim Integration with the demos repository.
Depends on #31
Blocked by space-ros/simulation#21
The main changes in this PR include,
graph LR A[GazeboSim] <--> B[Ignition ROS2] B <--ROS2 control--> C[Common Package] C <--> D[Demo Packages] D <--> E[Space ROS2] C <--Isaac ROS2 Bridge--> F[Isaac Sim ROS2 Extension] F <--> G[Isaac Sim] subgraph Host Machine - GazeboSim A B end subgraph Host Machine - Isaac Sim F G end subgraph Space ROS Container C D E endNote for reviewers: This PR is not meant to be large and the blocker item needs to be merged first to tackle the problem.