Skip to content
Snippets Groups Projects
Commit c155cc66 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

params print

parent 74a5e1ab
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -64,7 +64,7 @@ struct ParamsProcessorTrackerLandmarkImage : public ParamsProcessorTrackerLandma
pixel_noise_std = _server.getParam<double>(_unique_name + "/pixel_noise_std");
pixel_noise_var = _server.getParam<double>(_unique_name + "/pixel_noise_var");
}
std::string print() const
std::string print() const override
{
return "\n" + ParamsProcessorTrackerLandmark::print() + "\n"
+ "yaml_file_params_vision_utils: " + yaml_file_params_vision_utils + "\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment