-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7 ➡️ 8 #324
7 ➡️ 8 #324
Conversation
Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
* Adds a deprecation warning about fuel.ignitionrobotics.org Signed-off-by: Nate Koenig <nate@openrobotics.org> * Added deprecation notice Signed-off-by: Nate Koenig <nate@openrobotics.org> * spelling Signed-off-by: Nate Koenig <nate@openrobotics.org> * Update tutorials to use gazebo Signed-off-by: Nate Koenig <nate@openrobotics.org> * fix version numbers Signed-off-by: Nate Koenig <nate@openrobotics.org> * Fix some tests Signed-off-by: Nate Koenig <nate@openrobotics.org> * fix codecheck Signed-off-by: Nate Koenig <nate@openrobotics.org> * Retargeting to main Signed-off-by: Nate Koenig <nate@openrobotics.org> * spaces Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
* Adds a deprecation warning about fuel.ignitionrobotics.org Signed-off-by: Nate Koenig <nate@openrobotics.org> * Added deprecation notice Signed-off-by: Nate Koenig <nate@openrobotics.org> * spelling Signed-off-by: Nate Koenig <nate@openrobotics.org> * Update tutorials to use gazebo Signed-off-by: Nate Koenig <nate@openrobotics.org> * fix version numbers Signed-off-by: Nate Koenig <nate@openrobotics.org> * Change ignitionrobotics.org to gazebosim.org Signed-off-by: Nate Koenig <nate@openrobotics.org> * Fix some tests Signed-off-by: Nate Koenig <nate@openrobotics.org> * fix codecheck Signed-off-by: Nate Koenig <nate@openrobotics.org> * Fixed tests Signed-off-by: Nate Koenig <nate@openrobotics.org> * Update comments with ignitionrobotics Signed-off-by: Nate Koenig <nate@openrobotics.org> * revert change Signed-off-by: Nate Koenig <nate@openrobotics.org> * A few stragglers Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
The FuelClient library was only looking for models in ~/.ignition/fuel/fuel.gazebosim.org regardless of which server models were downloaded from when checking if a model is cached. This caused models that used the deprecated ignitionrobotics.org URI to be redownloaded every time. This PR fixes it by adding ignitionrobotics.org as an additional server to check. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## gz-fuel-tools8 #324 +/- ##
==================================================
+ Coverage 75.10% 75.22% +0.12%
==================================================
Files 20 20
Lines 2864 2882 +18
==================================================
+ Hits 2151 2168 +17
- Misses 713 714 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -144,5 +142,5 @@ gz fuel edit -p -u https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Fortress%2 | |||
Use the `-b` option to make a resource public. For example: | |||
|
|||
``` | |||
gz fuel edit -b -u https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/%20Demo --header 'Private-token: YOUR_TOKEN' | |||
gz fuel edit -b -u https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Fortress%20Demo --header 'Private-token: YOUR_TOKEN' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gz fuel edit -b -u https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Fortress%20Demo --header 'Private-token: YOUR_TOKEN' | |
gz fuel edit -b -u https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Garden%20Demo --header 'Private-token: YOUR_TOKEN' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the examples in this document use Fortress Demo
. Any reason to change it to Garden since it's just showing how the gz fuel
command works?
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
➡️ Forward port
Port ign-fuel-tools7 to gz-fuel-tools8
Branch comparison: gz-fuel-tools8...ign-fuel-tools7
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)