Package Functions (ros::package)
ROS.package.command
— Methodcommand(s::String)
Runs a rospack command of the form 'rospack s
', returning the output as a single string.
ROS.package.getAll
— MethodgetAll()
Gets a vector of all packages.
ROS.package.getPath
— MethodgetPath(s::String)
Returns the fully-qualified path to a package, or an empty string if the package is not found.