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
Public Class Methods
Public Instance Methods
Private Instance Methods
Source
# File lib/autoproj/ros_package_manifest.rb, line 11 def build_type @build_type || "catkin" end