Skip to content

add 'cv::waitKey(1)' for ros kinetic/ubuntu 16.04 #5

@hengck23

Description

@hengck23

The code work wells for ros kinetic/ubuntu 16.04 too.
However, please add the code below for the window to refresh and show:

file: lidar_node.cpp
line 143 // Display iamge
line 144 cv::imshow("Height Map", *heightmap);
line 145 (+) cv::waitKey(1);

Note: However, there is no such requirement for my ros indigo/ubuntu 14.04 docker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions