<> <> This package provides Python and C++ interfaces for [[http://en.wikipedia.org/wiki/Uuid|universally unique identifiers (UUIDs)]], as described in [[http://tools.ietf.org/html/rfc4122.html|RFC 4122]]. == Interfaces Provided == * Python [[https://docs.ros.org/en/melodic/api/unique_id/html/python/unique_id.html|unique_id module]] * <> C++ [[https://docs.ros.org/en/melodic/api/unique_id/html/c++/namespaceunique__id.html| header]] The C++ interface is not released on Fuerte, because the Lucid boost (1.40) has no uuid module. Users can compile and use it on other Fuerte platforms, but it is not officially supported. ## AUTOGENERATED DON'T DELETE ## CategoryPackage