+Undoing the comment in the mini_humble line, it solved the error of not finding gazeboConfig.cmake but got replaced with another error about aerostack2. This was of course related to the line commented in Dockerfile.dependencies_humble so I undid the comment in that line as well and now another problem happened. This time, when building the base image, just when it reaches the line that builds the aerostack2 workspace, my PC freezes and I have to restart it, this problem also was happening to my peer. In order to see what was freezing our computers, I replaced that line in dependencies_humble with multiple ones, using colcon build but only for one package in aerostack2, one by one, and check which one freezes the PC. However, after doing that, the script managed to build the RADI succesfully, so the problem was that when trying to use colcon build on the entire aerostack2 workspace, it was too much work for our computers.
0 commit comments