-
Notifications
You must be signed in to change notification settings - Fork 51
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_[@elementrobotics]_[LunarSim] (closes #50) #51
base: main
Are you sure you want to change the base?
Conversation
…ath in sun plugin (resolves space-ros#50)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR puts a lot of data in the demos repo (156000 lines more according to Github, and several megabytes worth of data). I believe some of that would belong in the https://github.com/space-ros/simulation/ repo, since it's models and such.
Can you please take a look at that repo, see how other demos are structured, see what would make sense to store there from your submission, send a PR to that repo, and adjust this one accordingly?
Thanks!
Hi @mazm0002 Just following up on this. |
Hi @ivanperez-keera, apologies for the delay. I've moved the world assets to the simulation repo and made a PR there space-ros/simulation#39. I'm pulling the assets into the demo docker by adding the fork of the simulation repo to the demo_manual_pkgs.repos file. This means that once the assets have been merged, the demo_manual_pkgs.repos file needs to be updated in this PR to point to the upstream simulation repo. Let me know if there's a better way to go about this. |
LunarSim
Resolves #50, depends on space-ros/docs#36 and space-ros/simulation#39
This PR adds a Gazebo Garden based lunar world demo to spaceROS. The features included in this PR are:
This package serves as a foundation for creating a realistic lunar simulation that the community can further expand upon. To support this, we have provided comprehensive documentation that guides users through the process of preparing and adding their own DEMs, ephemeris data, and custom textures. These tutorials can be found in our space-ros/docs PR ( space-ros/docs#36)
Instructions on how to run the demo can be found in the README. This image builds on top of the spaceROS base image and follows the format used in other demos for consistency.