#include <cstdlib>
#include <boost/filesystem.hpp>
#include "pinocchio/utils/file-explorer.hpp"
Go to the source code of this file.
|
PINOCCHIO_PARSERS_DLLAPI void | pinocchio::appendSuffixToPaths (std::vector< std::string > &list_of_paths, const std::string &suffix) |
| For a given vector of paths, add a suffix inplace to each path and return the vector inplace. More...
|
|
PINOCCHIO_PARSERS_DLLAPI std::vector< std::string > | pinocchio::extractPathFromEnvVar (const std::string &env_var_name, const std::string &delimiter=":") |
| Parse an environment variable if exists and extract paths according to the delimiter. More...
|
|
PINOCCHIO_PARSERS_DLLAPI void | pinocchio::extractPathFromEnvVar (const std::string &env_var_name, std::vector< std::string > &list_of_paths, const std::string &delimiter=":") |
| Parse an environment variable if exists and extract paths according to the delimiter. More...
|
|
PINOCCHIO_PARSERS_DLLAPI std::vector< std::string > | pinocchio::rosPaths () |
| Parse the environment variables ROS_PACKAGE_PATH / AMENT_PREFIX_PATH and extract paths. More...
|
|