From 65ed9691075be963556dc46e626f6a6932c1f622 Mon Sep 17 00:00:00 2001 From: m-brl <103381146+m-brl@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:27:10 +0200 Subject: [PATCH 1/4] fix(color): add unique white color Signed-off-by: m-brl <103381146+m-brl@users.noreply.github.com> --- .../urdf/robot_description.urdf.xacro | 739 +++++++----------- 1 file changed, 290 insertions(+), 449 deletions(-) diff --git a/description/robot_description/urdf/robot_description.urdf.xacro b/description/robot_description/urdf/robot_description.urdf.xacro index 2f4f082..9148ca0 100644 --- a/description/robot_description/urdf/robot_description.urdf.xacro +++ b/description/robot_description/urdf/robot_description.urdf.xacro @@ -533,7 +533,7 @@ - + @@ -562,21 +562,21 @@ - + - + - + @@ -629,49 +629,49 @@ - + - + - + - + - + - + - + @@ -766,98 +766,98 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -994,147 +994,147 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1223,91 +1223,91 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1324,7 +1324,7 @@ - + @@ -1341,7 +1341,7 @@ - + @@ -1358,7 +1358,7 @@ - + @@ -1429,70 +1429,70 @@ - + - + - + - + - + - + - + - + - + - + @@ -1513,7 +1513,7 @@ - + @@ -1530,7 +1530,7 @@ - + @@ -1547,7 +1547,7 @@ - + @@ -1564,7 +1564,7 @@ - + @@ -1581,7 +1581,7 @@ - + @@ -1598,7 +1598,7 @@ - + @@ -1615,7 +1615,7 @@ - + @@ -1632,7 +1632,7 @@ - + @@ -1649,7 +1649,7 @@ - + @@ -1666,7 +1666,7 @@ - + @@ -1851,203 +1851,203 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -2068,7 +2068,7 @@ - + @@ -2085,7 +2085,7 @@ - + @@ -2102,7 +2102,7 @@ - + @@ -2119,7 +2119,7 @@ - + @@ -2136,7 +2136,7 @@ - + @@ -2153,7 +2153,7 @@ - + @@ -2206,49 +2206,49 @@ - + - + - + - + - + - + - + @@ -2331,84 +2331,84 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -2539,140 +2539,140 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -2761,91 +2761,91 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -3336,560 +3336,560 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -3910,7 +3910,7 @@ - + @@ -3927,7 +3927,7 @@ - + @@ -3944,7 +3944,7 @@ - + @@ -3961,7 +3961,7 @@ - + @@ -3978,7 +3978,7 @@ - + @@ -3995,7 +3995,7 @@ - + @@ -4012,7 +4012,7 @@ - + @@ -4029,7 +4029,7 @@ - + @@ -4046,7 +4046,7 @@ - + @@ -4063,7 +4063,7 @@ - + @@ -4083,7 +4083,7 @@ - + @@ -4100,7 +4100,7 @@ - + @@ -4117,7 +4117,7 @@ - + @@ -4134,7 +4134,7 @@ - + @@ -4151,7 +4151,7 @@ - + @@ -4168,7 +4168,7 @@ - + @@ -4185,7 +4185,7 @@ - + @@ -4202,7 +4202,7 @@ - + @@ -4219,7 +4219,7 @@ - + @@ -4254,28 +4254,28 @@ - + - + - + - + @@ -4382,112 +4382,112 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -4507,7 +4507,7 @@ - + @@ -4515,166 +4515,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 71d32625686877dc01f083885748bf1641619351 Mon Sep 17 00:00:00 2001 From: Mathieu <103381146+m-brl@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:26:00 +0200 Subject: [PATCH 2/4] feat(ci/cd): add release action (#32) Signed-off-by: m-brl <103381146+m-brl@users.noreply.github.com> --- .github/workflows/release.yml | 58 +++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..d4b56ad --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,58 @@ +name: Create release + +on: + workflow_dispatch: + inputs: + version: + description: 'Version number' + required: true + type: string + +permissions: + contents: write + pull-requests: write + +jobs: + create-release: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: dev + fetch-depth: 0 + + - name: Configure Git + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + + - name: Create Release Branch + run: | + git checkout -b release/${{ inputs.version }} + + echo "${{ inputs.version }}" > version.txt + + git add version.txt + git commit -m "Migrating to ${{ inputs.version }}" + git push origin release/${{ inputs.version }} + + - name: Create PR to Master + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh pr create \ + --title "Release ${{ inputs.version }} -> Master" \ + --body "Merge release ${{ inputs.version }} to master." \ + --base master \ + --head release/${{ inputs.version }} + + - name: Create PR to Develop + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh pr create \ + --title "Release ${{ inputs.version }} -> Dev" \ + --body "Merge release ${{ inputs.version }} to dev." \ + --base dev \ + --head release/${{ inputs.version }} From 69b187e2be5c7f4c65253cefd5ca351861f6e765 Mon Sep 17 00:00:00 2001 From: m-brl <103381146+m-brl@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:59:42 +0200 Subject: [PATCH 3/4] evol(release CI): centralise CI release pipeline Signed-off-by: m-brl <103381146+m-brl@users.noreply.github.com> --- .github/workflows/release.yml | 51 +++-------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4b56ad..5875d91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Create release +name: Trigger Release on: workflow_dispatch: @@ -8,51 +8,8 @@ on: required: true type: string -permissions: - contents: write - pull-requests: write - jobs: create-release: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - ref: dev - fetch-depth: 0 - - - name: Configure Git - run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" - - - name: Create Release Branch - run: | - git checkout -b release/${{ inputs.version }} - - echo "${{ inputs.version }}" > version.txt - - git add version.txt - git commit -m "Migrating to ${{ inputs.version }}" - git push origin release/${{ inputs.version }} - - - name: Create PR to Master - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh pr create \ - --title "Release ${{ inputs.version }} -> Master" \ - --body "Merge release ${{ inputs.version }} to master." \ - --base master \ - --head release/${{ inputs.version }} - - - name: Create PR to Develop - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh pr create \ - --title "Release ${{ inputs.version }} -> Dev" \ - --body "Merge release ${{ inputs.version }} to dev." \ - --base dev \ - --head release/${{ inputs.version }} + uses: Sentience-Robotics/.github/.github/workflows/release.yaml@master + with: + version: ${{ inputs.version }} From 0a3b978db486eb03ac47ef2d33de08f228f3feb4 Mon Sep 17 00:00:00 2001 From: m-brl <103381146+m-brl@users.noreply.github.com> Date: Sun, 14 Jun 2026 09:44:54 +0200 Subject: [PATCH 4/4] Migrating to v0.1 Signed-off-by: m-brl <103381146+m-brl@users.noreply.github.com> --- version.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 version.txt diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..085135e --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +v0.1