Function nebula::drivers::return_mode_from_string_hesai

Function Documentation

inline ReturnMode nebula::drivers::return_mode_from_string_hesai(const std::string &return_mode, const SensorModel &sensor_model)

Convert return mode name to ReturnMode enum (Hesai-specific return_mode_from_string)

Parameters:
  • return_mode – Return mode name (Upper and lower case letters must match)

  • sensor_model – Model for correct conversion

Returns:

Corresponding ReturnMode