diff --git a/src/rospkg/manifest.py b/src/rospkg/manifest.py index e3d6788..b9592f2 100644 --- a/src/rospkg/manifest.py +++ b/src/rospkg/manifest.py @@ -314,11 +314,11 @@ class Manifest(object): Object representation of a ROS manifest file (``manifest.xml`` and ``stack.xml``) """ __slots__ = [ - 'description', 'brief', + 'name', 'description', 'brief', 'author', 'license', 'licenses', 'license_url', 'url', 'depends', 'rosdeps', 'platforms', 'exports', 'version', - 'status', 'name', 'notes', + 'status', 'notes', 'unknown_tags', 'type', 'filename', 'is_catkin']