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 411359c + 457cbaf commit 3143841Copy full SHA for 3143841
ed_sensor_integration/src/kinect/ray_tracer.cpp
@@ -21,7 +21,7 @@ class PointRenderResult : public geo::LaserRangeFinder::RenderResult
21
22
PointRenderResult() : geo::LaserRangeFinder::RenderResult(dummy_ranges_), depth_(0.0), entity_("") {}
23
24
- void renderPoint(int index, float depth)
+ void renderPoint(uint index, float depth)
25
{
26
float old_depth = depth_;
27
if (old_depth == 0.0 || depth < old_depth)
0 commit comments