Skip to content

Commit 3143841

Browse files
Fix ray_tracer (#72)
2 parents 411359c + 457cbaf commit 3143841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed_sensor_integration/src/kinect/ray_tracer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PointRenderResult : public geo::LaserRangeFinder::RenderResult
2121

2222
PointRenderResult() : geo::LaserRangeFinder::RenderResult(dummy_ranges_), depth_(0.0), entity_("") {}
2323

24-
void renderPoint(int index, float depth)
24+
void renderPoint(uint index, float depth)
2525
{
2626
float old_depth = depth_;
2727
if (old_depth == 0.0 || depth < old_depth)

0 commit comments

Comments
 (0)