Skip to content

Unexpected error when building my package #578

Discussion options

You must be logged in to vote

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:

  1. You can switch to not use Fuel for your model downloads and just pure http requests. This was done in rmf_demos some time ago (removing the -f flag here) so updating your rmf_gazebo CMakeLists.txt file the same way should fix the issue.
  2. Another alternative, if you a…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@Narayan-007
Comment options

Comment options

You must be logged in to vote
5 replies
@Narayan-007
Comment options

@luca-della-vedova
Comment options

@luca-della-vedova
Comment options

@Narayan-007
Comment options

@luca-della-vedova
Comment options

Answer selected by luca-della-vedova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants