Skip to content

Commit

Permalink
Merge branch 'AddRemovePointAndRerender' into FixUpdatePointCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed May 6, 2020
2 parents 8607dc0 + 7b13655 commit d34c374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/visualization/test_visualization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ PointCloud<PointNormal>::Ptr cloud_with_normals1 (new PointCloud<PointNormal>);
search::KdTree<PointXYZ>::Ptr tree3;
search::KdTree<PointNormal>::Ptr tree4;

// Test that updatepointcloud works when removing points. Ie. modifying vtk data structure to reflect modified pointcloud
// See #4001 and #3452 for previously undetected error.
////////////////////////////////////////////////////////////////////////////////
TEST(PCL, PCLVisualizer_updatePointCloud)
{
Expand Down

0 comments on commit d34c374

Please sign in to comment.