Function ouster::sdk::core::udp_profile_lidar_of_string

Function Documentation

optional<UDPProfileLidar> ouster::sdk::core::udp_profile_lidar_of_string(const std::string &s)

Get lidar profile from string.

Parameters:

s[in] – The string to decode into a lidar profile.

Returns:

lidar profile corresponding to the string, or nullopt on error.