Skip to content

Commit

Permalink
Merge pull request #35 from ugnelis/kinetic-devel
Browse files Browse the repository at this point in the history
Removed duplicated line.
  • Loading branch information
bmagyar committed Jul 27, 2017
2 parents b4613c7 + 0f1598f commit 39475eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aruco_ros/src/simple_single.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class ArucoSimple
//Publish rviz marker representing the ArUco marker patch
visualization_msgs::Marker visMarker;
visMarker.header = transformMsg.header;
visMarker.pose = poseMsg.pose;
visMarker.id = 1;
visMarker.type = visualization_msgs::Marker::CUBE;
visMarker.action = visualization_msgs::Marker::ADD;
Expand Down

0 comments on commit 39475eb

Please sign in to comment.