These examples demonstrate various Gazebo Fuel tools features.
Remember to install the gflags
dependency:
sudo apt-get install libgflags-dev
conda install gflags --channel conda-forge
After installing Gazebo Fuel tools, from source or from binaries, build with:
git clone https://github.com/gazebosim/gz-fuel-tools/
cd gz-fuel-tools/example
mkdir build
cd build
cmake ..
make
cmake ..
cmake --build . --config Release
Several executables are created inside the build
folder for each example.
You can run each executable from the build folder with ./executablename
. For example:
./list -t world
.\Release\list.exe -t world