Contains all of the non-GUI code necessary for doing one "screen" worth of setup.
void clearSensorPluginConfig()
Clear the sensor plugin configuration parameter list.
bool isReady() const override
Return true if the data necessary to proceed with this step has been configured.
std::string getName() const override
Returns the name of the setup step.
void setConfig(const SensorParameters ¶meters)
std::shared_ptr< PerceptionConfig > perception_config_
void onInit() override
Overridable initialization method.
const std::vector< SensorParameters > & getSensorPluginConfig()
std::map< std::string, std::string > SensorParameters