class Autoproj::MANIFEST_CLASS
Access to the information contained in a package’s manifest.xml file
Use PackageManifest.load
to create
Access to the information contained in a package’s package.xml file
Use PackageManifest.load
to create
Constants
- ContactInfo
- Dependency
Attributes
brief_description[RW]
build_type[W]
dependencies[R]
description[RW]
license[RW]
maintainers[RW]
name[RW]
package[RW]
path[R]
rock_maintainers[RW]
url[RW]
version[RW]
Public Class Methods
load
new
null
parse
Public Instance Methods
add_dependency
documentation
each_dependency
each_maintainer
each_os_dependency
each_package_dependency
each_rock_maintainer
has_documentation?
has_short_documentation?
null?
short_documentation
Private Instance Methods
build_type()
click to toggle source
# File lib/autoproj/ros_package_manifest.rb, line 11 def build_type @build_type || "catkin" end