Functions | |
template<typename custom_srv > | |
custom_srv | callService (ros::ServiceClient &client, custom_srv &request) |
template<typename msgType > | |
msgType | deserializeMsg (std::vector< uint8_t > my_buffer) |
template<typename msgType > | |
std::vector< uint8_t > | serializeMsg (msgType data) |
std::vector< std::string > & | split (const std::string &s, char delim, std::vector< std::string > &elems) |
std::vector< std::string > | split (const std::string &s, char delim) |
custom_srv labust::utilities::callService | ( | ros::ServiceClient & | client, |
custom_srv & | request | ||
) |
msgType labust::utilities::deserializeMsg | ( | std::vector< uint8_t > | my_buffer | ) |
std::vector<uint8_t> labust::utilities::serializeMsg | ( | msgType | data | ) |
std::vector<std::string>& labust::utilities::split | ( | const std::string & | s, |
char | delim, | ||
std::vector< std::string > & | elems | ||
) |
std::vector<std::string> labust::utilities::split | ( | const std::string & | s, |
char | delim | ||
) |