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

Update sensor_diff_drive.h

parent aa938bb2
No related branches found
No related tags found
1 merge request!403Resolve "Merge Aux/KeyFrames into Estimated Frames"
Pipeline #6199 failed
......@@ -37,7 +37,7 @@ struct ParamsSensorDiffDrive : public ParamsSensorBase
prior_cov_diag = _server.getParam<Eigen::Vector3d>(prefix + _unique_name + "/prior_cov_diag");
ticks_cov_factor = _server.getParam<double>(prefix + _unique_name + "/ticks_cov_factor");
}
std::string print() const
std::string print() const override
{
return ParamsSensorBase::print() + "\n"
+ "radius_left: " + std::to_string(radius_left) + "\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