class Autoproj::RosPackageManifest
Access to the information contained in a package’s package.xml file
Use PackageManifest.load
to create
Attributes
build_type[W]
name[RW]
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