Function robotiq_driver::data_utils::to_hex(const std::vector<uint8_t>&)
Defined in File data_utils.hpp
Function Documentation
-
std::string robotiq_driver::data_utils::to_hex(const std::vector<uint8_t> &bytes)
Convert a sequence of uint8_t into a sequence of hex numbers.
- Parameters:
bytes – The sequence of bytes.
- Returns:
A string containing the sequence of hex numbers.