From 95d6f9d38526df0c8e684b890b2ee64facd08823 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 3 Jun 2019 16:54:16 -0700 Subject: [PATCH] DRAFT [thud] crystal/ros-distro.inc: LAYERSERIES_COMPAT_ros-layer = "thud" --- conf/ros-distro/include/crystal/ros-distro.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ros-distro/include/crystal/ros-distro.inc b/conf/ros-distro/include/crystal/ros-distro.inc index 2ff2a55..6b94c3f 100644 --- a/conf/ros-distro/include/crystal/ros-distro.inc +++ b/conf/ros-distro/include/crystal/ros-distro.inc @@ -14,7 +14,7 @@ ROS_DISTRO_RELEASE_DATE = "20190408" ROS_DISTRO_BASELINE_PLATFORM = "ubuntu-bionic" # Set this here, as each ROS distro will must be tested separately with each OE-Core release. -LAYERSERIES_COMPAT_ros-layer = "morty" +LAYERSERIES_COMPAT_ros-layer = "thud" # XXX Temp until navigation2 builds. DISTRO_FEATURES_append = " ros-behaviortree-cpp-v3"