gazebosim / gz-fuel-tools

A client library and command line tools for interacting with Gazebo Fuel servers.
https://gazebosim.org
Apache License 2.0
12 stars 20 forks source link

Update dependecies on documentation #127

Closed joaobrittoneto closed 3 years ago

joaobrittoneto commented 3 years ago

While updating from Gazebo9 (that requires ign-fuel-tools1) to Gazebo11 (ign-fuel-tools4), I come up with the follow error:

/usr/lib/x86_64-linux-gnu/libignition-fuel_tools4.so.4.2.1: undefined reference to `ignition::msgs::FuelMetadata::default_instance_'

As ign-msgs was compiled from source, but not ign-fuel-tools, I got the error. I was not aware at first that ign-fuel-tools depends on ign-msgs now. At least I couldn't see it on a quick look to the documentation.

If it's the case, it would be nice to update the dependency list on the docs. Otherwise, sorry to bother.

chapulina commented 3 years ago

Thank you for the pointer. It looks like the tutorial already mentions ign-msgs:

https://github.com/ignitionrobotics/ign-fuel-tools/blob/ign-fuel-tools4/tutorials/01_installation.md

But the live tutorial seems outdated:

https://ignitionrobotics.org/api/fuel_tools/4.0/install.html

I'll keep this issue open until we deploy the updated tutorial.

chapulina commented 3 years ago

The latest tutorial is up-to-date: https://ignitionrobotics.org/api/fuel_tools/4.3/install.html