Skip to content
Snippets Groups Projects
Commit 13ed38fe authored by Daniel Müller's avatar Daniel Müller
Browse files

Clangformat

parent 023d360c
No related branches found
No related tags found
1 merge request!31Fix/laser handling minor
......@@ -529,7 +529,8 @@ vector<MeasurePoint> OccupancyMap::getMeasurePoints(sensor_msgs::LaserScanConstP
p.hitPos = lastHitPos;
p.borderType = RightBorder;
result.push_back(p);
// TODO (DM): This is so weird. Check earlier implementations if it is still working as expected? :D
// TODO (DM): This is so weird. Check earlier implementations if it is still working
// as expected? :D
p.borderType = LeftBorder;
}
else
......
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