Unexpected error when building my package #578
-
I am currently working on a project where I am creating a simulation world to demonstrate the various tasks in Open-RMF. I took a short break from it, and when I try to rm -rf my build and install directories for this package and colcon build it, I am getting the below error:
I also got the same error for 'teleportdispenser' the first time I ran it, why is this occuring? I never got this issue before. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I don't know what the In any case the error you're getting shows a 404 error which means for some reason your computer was unable to reach the fuel server. It seems the build process of your |
Beta Was this translation helpful? Give feedback.
-
Hello! I noticed that the model that is failing to download is specifically the TeleportIngestor. This model is indeed not uploaded to Fuel so the failure is expected (it is instead present in the Two ideas, with the first being the preferred one:
Finally, since we haven't used the |
Beta Was this translation helpful? Give feedback.
Hello!
I noticed that the model that is failing to download is specifically the TeleportIngestor. This model is indeed not uploaded to Fuel so the failure is expected (it is instead present in the
rmf_demos_assets
package).I also noticed that the error you get is a
FuelClient
error, suggesting that the models are being downloaded through Fuel rather than plain HTTP requests.Two ideas, with the first being the preferred one:
rmf_demos
some time ago (removing the-f
flag here) so updating yourrmf_gazebo
CMakeLists.txt file the same way should fix the issue.