From 0bc569e3f13f3666593494ff1871b4efb443e5f0 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 2 Sep 2024 17:26:19 +0200 Subject: [PATCH] Update ros/actionlib updated ros actionlib from version 1.11.11 to 1.14 Python 3 support (#131) https://github.com/ros/actionlib/pull/131 Some fix: Noetic fixup spurious wakeup roscpp ActionClient subscription queue size should be consistent with rospy. Fix python wait_for_server premature return --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0704cf3f1..a113e96dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,7 +166,7 @@ jobs: matrix: include: - repo: 'ros/actionlib' - ref: '38ce66e2ae2ec9c19cf12ab22d57a8134a9285be' + ref: '3558eb3c6c3e22d5dc93effa7c8adda8a4b284fa' depth: 0 # All history will be cloned env: {ROS_DISTRO: kinetic, ROS_REPO: ros, ABICHECK_URL: url, ABICHECK_MERGE: true} # actual URL will not be used in the case