Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresAmbrus committed Jul 7, 2015
1 parent 8524c0b commit 1b26f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaroom_xml_parser/include/load_utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@

auto sweep = SimpleXMLParser<PointType>::loadRoomFromXML(sweepXmlPath, std::vector<std::string>{"RoomCompleteCloud", "RoomIntermediateCloud"},false, false);

std::cout<<sweep.vIntermediateRoomCloudTransformsRegistered.size()<<" "<<sweep.vIntermediateRoomCloudTransforms.size()<<" "<<sweep.completeRoomCloud->points.size()<<std::endl;
// sweep data
toRet.completeCloud = sweep.completeRoomCloud;
toRet.sweepCenter = sweep.vIntermediateRoomCloudTransformsRegistered[sweep.vIntermediateRoomCloudTransformsRegistered.size()/2].getOrigin();
Expand Down

0 comments on commit 1b26f64

Please sign in to comment.