Skip to content

Commit

Permalink
Update prepare_graph.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsooPark-17 authored Sep 3, 2023
1 parent 9dbec06 commit c313a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwi_mapper/src/nodes/prepare_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int main(int argc, char** argv) {
mapper.drawMap(image);
drawElementsFile(argv[3], image, graph, info);

cv::namedWindow("Display window", cv::WINDOW_AUTOSIZE);
cv::namedWindow("Display window", CV_WINDOW_AUTOSIZE);
cv::imshow("Display window", image);
cv::imwrite("out.png", image);

Expand Down

0 comments on commit c313a4a

Please sign in to comment.