space-ros / demos

Various Space ROS demos.
Apache License 2.0
28 stars 43 forks source link

NASA_Challenge_[@SanjayJP02]_[CADRE demo:Cooperative Autonomous Distributed Robotic Exploration] #66

Open Sanjay-j-p opened 2 months ago

Sanjay-j-p commented 2 months ago

-Challenge name: NASA Space ROS Sim Summer Sprint Challenge -Team Lead Freelancer Username: @SanjayJP02 -Title: CADRE Demo [Cooperative Autonomous Distributed Robotic Exploration]

CADRE

Package Description and Purpose

The README file for the CADRE package offers comprehensive information about the model and Gazebo plugins, as well as step-by-step instructions for building and running the simulation.

Sanjay-j-p commented 2 months ago

@mkhansenbot Thanks for the Information. Could you help me with this. I am new to Docker and I am not sure exactly what should I change?

mkhansenbot commented 2 months ago

The Dockerfile isn't the issue, the build script build.sh couldn't be run. The CI failed with an error: https://github.com/space-ros/demos/actions/runs/10805650694/job/30002455057#step:3:15

./build.sh: Permission denied

My guess is you need to chmod +x ./build.sh to make it executable. Make sure to do the same for run.sh

Sanjay-j-p commented 2 months ago

image

Hi Sure. I gave the permission, and git pushed it.

mkhansenbot commented 2 months ago

Re-running the build

Sanjay-j-p commented 2 months ago

@mkhansenbot I am sorry for the errors and trouble. This is new to me. I have removed the -f flag in build.

mkhansenbot commented 2 months ago

The build is still failing

Sanjay-j-p commented 2 months ago

Let me try Locally building it and update you on this as soon as I can.

mkhansenbot commented 2 months ago

Re-running CI

mkhansenbot commented 2 months ago

This is still failing, does the Dockerfile build on your system using the build.sh

Sanjay-j-p commented 2 months ago

It's failing for me. I am reinstalling Docker and trying it again. will let you know once it's successful.

Sanjay-j-p commented 2 months ago

@mkhansenbot Hi, sorry for the delayed update. I had to reinstall my WSL and Docker due to some corruption. Now, the Docker should be built.

Sanjay-j-p commented 2 months ago

@mkhansenbot, I hope the build worked fine and had no issues. Please let me know if any more issues in Docker related and I would fix it as soon as possible. Thank you for the patients as Docker is very new to me .

mkhansenbot commented 2 months ago

Yes it seems to have built now