We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6dc247 + 34e60cc commit 123d280Copy full SHA for 123d280
ed_sensor_integration/src/kinect/fitter.cpp
@@ -239,7 +239,7 @@ Fitter::Fitter()
239
240
// ----------------------------------------------------------------------------------------------------
241
242
-Fitter::Fitter(uint nr_data_points, float fx) :
+Fitter::Fitter(unsigned int nr_data_points, float fx) :
243
nr_data_points_(nr_data_points)
244
{
245
double w = 2 * nr_data_points / fx;
0 commit comments