From ac3968e0551db9b7b1a47ab2230c084361db2c0a Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 6 Jun 2025 23:01:25 +0200 Subject: [PATCH 1/2] ci: package: fix whitespace errors Signed-off-by: Christoph Heiss --- .forgejo/workflows/package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/package.yaml b/.forgejo/workflows/package.yaml index 2007e54..b090971 100644 --- a/.forgejo/workflows/package.yaml +++ b/.forgejo/workflows/package.yaml @@ -57,14 +57,14 @@ jobs: echo "api url: $url" debfile="_packages/libcreate_${TAG}_${{ matrix.platform.dpkg }}.deb" - + echo "uploading file: $debfile" curl --fail-with-body \ -X PUT \ --user "oauth2:${{ secrets.PACKAGE_REGISTRY_TOKEN }}" \ --upload-file "$debfile" \ "$url" - + echo "uploading file for WombatOs: $debfile" curl --fail-with-body \ -X PUT \ From d1071443ff183751d3a421b105712501270f5868 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Sun, 13 Apr 2025 14:01:07 -0700 Subject: [PATCH 2/2] Update Autonomy Lab link (cherry picked from commit 116be443e7970de1574b5dc5f91e414828854c08) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1232c..b1eb336 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ C++ library for interfacing with iRobot's Create 1 and 2 as well as most models - [`V_1`](https://drive.google.com/file/d/0B9O4b91VYXMdUHlqNklDU09NU0k/view?usp=sharing&resourcekey=0-KxMpRPBMsGAj7eSYC_9ewA) (Roomba 400 series ) - [`V_2`](https://drive.google.com/file/d/0B9O4b91VYXMdMmFPMVNDUEZ6d0U/view?usp=sharing&resourcekey=0-bqKH8xhtWdYtTik_LLWo9Q) (Create 1, Roomba 500 series) - [`V_3`](https://drive.google.com/file/d/0B9O4b91VYXMdSVk4amw1N09mQ3c/view?usp=sharing&resourcekey=0-rKvug2IzC7nj4zV31EJtww) (Create 2, Roomba 600-800 series) -* Author: [Jacob Perron](http://jacobperron.ca) ([Autonomy Lab](http://autonomylab.org), [Simon Fraser University](http://www.sfu.ca)) +* Author: [Jacob Perron](http://jacobperron.ca) ([Autonomy Lab](https://autonomy.cs.sfu.ca), [Simon Fraser University](http://www.sfu.ca)) * Contributors: [Mani Monajjemi](http:mani.im), [Ben Wolsieffer](https://github.com/lopsided98), [Josh Gadeken](https://github.com/process1183) ## Build Status ##