Function ouster::sdk::core::udp_profile_imu_of_string

Function Documentation

optional<UDPProfileIMU> ouster::sdk::core::udp_profile_imu_of_string(const std::string &s)

Get imu profile from string.

Parameters:

s[in] – The string to decode into an imu profile.

Returns:

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