Registry / networking / gz-fuel-tools

gz-fuel-tools

JSON →
library10.1.0vcpkgunverified

Tools for using the Fuel API to download robot models and other assets.

vcpkg install gz-fuel-tools
INSTALL
IMPORT
SIG · GZ-FUEL-TOOLS
G
gz-fuel-tools
networkingcppv10.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gz/fuel_tools.hh
#include <gz/fuel_tools.hh>

List available models from Fuel

#include <gz/fuel_tools.hh> #include <iostream> int main() { gz::fuel_tools::ClientConfig config; gz::fuel_tools::FuelClient client(config); auto models = client.Models(); for (const auto &model : models) { std::cout << model.Name() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

gz-fuel-tools — pip install gz-fuel-tools · libregistry