|
bool | readDoubleArray (ros::NodeHandle &node_handle, const std::string ¶meter_name, std::vector< double > &array) |
|
bool | readEigenVector (ros::NodeHandle &node_handle, const std::string ¶meter_name, Eigen::VectorXd &vector) |
|
bool | read (ros::NodeHandle &node_handle, const std::string ¶meter_name, std::string ¶meter_value) |
|
bool | read (ros::NodeHandle &node_handle, const std::string ¶meter_name, double ¶meter_value) |
|
bool | read (ros::NodeHandle &node_handle, const std::string ¶meter_name, int ¶meter_value) |
|
bool | read (ros::NodeHandle &node_handle, const std::string ¶meter_name, bool ¶meter_value) |
|
bool | readStringArraySpaceSeparated (ros::NodeHandle &node_handle, const std::string ¶meter_name, std::vector< std::string > &array) |
|
void | appendTrailingSlash (std::string &directory_name) |
|
void | removeLeadingSlash (std::string &topic_name) |
|
std::string | getString (const int number) |
|