#include <package_registry.h>
Definition at line 12 of file package_registry.h.
std::string rosmon::PackageRegistry::findPathToFile |
( |
const std::string & |
package, |
|
|
const std::string & |
name |
|
) |
| |
|
static |
Find path to a package file.
This function tries to find the package path (src, libexec, share) that contains the mentioned file/directory. This is used for $(find ...)/... lookups.
- Parameters
-
package | ROS package name |
name | relative path inside the package |
Definition at line 136 of file package_registry.cpp.
std::string rosmon::PackageRegistry::getExecutable |
( |
const std::string & |
package, |
|
|
const std::string & |
name |
|
) |
| |
|
static |
std::string rosmon::PackageRegistry::getPath |
( |
const std::string & |
package | ) |
|
|
static |
The documentation for this class was generated from the following files: