NASA Challenge_[@minahilrz]_[JAXA RACS2 Bridge Demo] (Closes space-ros#26)#45
NASA Challenge_[@minahilrz]_[JAXA RACS2 Bridge Demo] (Closes space-ros#26)#45MinahilRaza wants to merge 1 commit intospace-ros:mainfrom
Conversation
e984ade to
3685e71
Compare
|
In the CI workflow definition, the build.sh file is run from the root folder of the repo. Wouldn't it make sense to first cd to the subfolder containing build.sh and execute it from there (similar to how the docker repo runs it)? |
@mkhansenbot this seems to be a question about #37, care to take a look? |
3685e71 to
a434506
Compare
|
@MinahilRaza - I just changed the build workflow to cd into the folder first, then rebased your branch |
|
Thanks for the help! |
|
@MinahilRaza Thanks again for submitting this. The JAXA team submitted and merged a solution for this. Is there something from your PR that might still make sense to merge? Perhaps something that could be improved about their solution based on what you submitted? |
Closes: Issue #26
Submission Title: JAXA RACS2 Bridge Demo
This PR features an integration of the RACS2 (ROS and cFS System 2) Bridge by Japan Aerospace Exploration Agency (JAXA) with SpaceROS. This bridge provides a way to bridge message communication between Robot Operating System 2 (ROS2) nodes and core flight executives (cFE). cFE is a core component of NASA-supplied spacecraft software, Core Flight System (CFS).
This demo includes:
This demo builds two docker container which communicate with each other as shown in the architecture diagram below:

Moreover, the demo can be used with the space robots demo as explained in the examples.