From 4d0ffcaf26728b2512b507f94960e446ec24ff6d Mon Sep 17 00:00:00 2001 From: Zachary Michaels Date: Mon, 7 Dec 2020 14:28:43 -0800 Subject: [PATCH] Remove workaround for libvtkproj due to fix with new Kinetic release. The new Kinetic release fixes the issue with pcl and vtk, so the workaround of rebuilding from source within the workspace is no longer needed. See: * https://github.com/ros/rosdistro/issues/27538 issue * https://discourse.ros.org/t/new-packages-for-kinetic-kame-2020-12-07/17786 discourse announcement Signed-off-by: Zachary Michaels --- .github/workflows/test_bundle.repos | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test_bundle.repos b/.github/workflows/test_bundle.repos index 5b3d108e..1791d3f7 100644 --- a/.github/workflows/test_bundle.repos +++ b/.github/workflows/test_bundle.repos @@ -7,8 +7,3 @@ repositories: type: git url: https://github.com/ros-planning/navigation version: 0332151fd7628dddce5df1b1e69e1e251b4c4dec - perception_pcl: - type: git - url: https://github.com/ros-perception/perception_pcl - version: 539b5a78b2fb0f0004911c8f85d43a3cc0472625 -