Function ouster::sdk::core::udp_profile_lidar_of_string¶
Defined in File data_format.h
Function Documentation¶
-
nonstd::optional<UDPProfileLidar> ouster::sdk::core::udp_profile_lidar_of_string(const std::string &str_val)¶
Get lidar profile from string.
- Parameters:
str_val[in] The string to decode into a lidar profile.
- Returns:
lidar profile corresponding to the string, or nullopt on error.