You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading a collection can be time consuming *, so the user may want to do it in chunks. But every new call to download a collection triggers a re-download of all its models. It would be nice to have a flag, like --skip-cached to say they should be skipped.
Downloading a collection can be time consuming *, so the user may want to do it in chunks. But every new call to download a collection triggers a re-download of all its models. It would be nice to have a flag, like
--skip-cached
to say they should be skipped.For example, I could start normally:
ign fuel download -j 4 -v 4 -u "https://fuel.ignitionrobotics.org/1.0/openrobotics/collections/Gazebo classic model database"
Then cancel halfway with
Ctrl + C
Then restart with:
ign fuel download -j 4 -v 4 --skip-cached -u "https://fuel.ignitionrobotics.org/1.0/openrobotics/collections/Gazebo classic model database"
The text was updated successfully, but these errors were encountered: