Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
milesial committed Apr 28, 2018
1 parent dc769d3 commit 5ff6266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/obstacle_extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ void ObstacleExtractor::publishObstacles() {
return;
}

tf::Vector3 vec;
for (Segment& s : segments_) {
s.first_point = transformPoint(s.first_point, transform);
s.last_point = transformPoint(s.last_point, transform);
Expand Down

0 comments on commit 5ff6266

Please sign in to comment.