Skip to content

Commit 5a60fed

Browse files
author
Saurav Agarwal
committed
update to 1.3.0
2 parents 54161d6 + dd67d1b commit 5a60fed

File tree

130 files changed

+4111
-2005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+4111
-2005
lines changed

.github/docker-base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
with:
4949
provenance: false
5050
platforms: linux/amd64
51-
file: setup_utils/docker/Dockerfile
51+
file: utils/docker/Dockerfile
5252
build-args: |
5353
BASE_TAG=${{ inputs.base_tag }}
5454
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1

.github/workflows/cd.yml

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install dependencies
20-
run: sudo bash ./setup_utils/install_dependencies.sh --boost --gmp --mpfr --eigen --cgal
20+
run: sudo bash ./utils/setup/install_dependencies.sh --boost --gmp --mpfr --eigen --cgal
2121

2222
- name: Build SDist
2323
run: pipx run build --sdist
@@ -39,9 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
42-
43-
- uses: pypa/[email protected]
44-
42+
- uses: pypa/[email protected]
4543
- name: Upload wheels
4644
uses: actions/upload-artifact@v4
4745
with:
@@ -81,26 +79,54 @@ jobs:
8179
- name: 'CI docker base'
8280
uses: ./.github/docker-base-action
8381
with:
84-
base_tag: pytorch2.2.2-cuda12.2.2-ros2humble
82+
base_tag: jammy-torch2.5.1-cuda12.4.1
83+
github_token: ${{ secrets.GITHUB_TOKEN }}
84+
- name: cleanup
85+
run: docker system prune -a -f
86+
- name: 'CI docker base'
87+
uses: ./.github/docker-base-action
88+
with:
89+
base_tag: jammy-torch2.5.1-humble
90+
github_token: ${{ secrets.GITHUB_TOKEN }}
91+
- name: cleanup
92+
run: docker system prune -a -f
93+
- name: 'CI docker base'
94+
uses: ./.github/docker-base-action
95+
with:
96+
base_tag: jammy-torch2.5.1-cuda12.4.1-humble
97+
github_token: ${{ secrets.GITHUB_TOKEN }}
98+
- name: cleanup
99+
run: docker system prune -a -f
100+
- name: 'CI docker base'
101+
uses: ./.github/docker-base-action
102+
with:
103+
base_tag: jammy-torch2.5.1
104+
github_token: ${{ secrets.GITHUB_TOKEN }}
105+
- name: cleanup
106+
run: docker system prune -a -f
107+
- name: 'CI docker base'
108+
uses: ./.github/docker-base-action
109+
with:
110+
base_tag: noble-torch2.5.1-cuda12.6.2
85111
github_token: ${{ secrets.GITHUB_TOKEN }}
86112
- name: cleanup
87113
run: docker system prune -a -f
88114
- name: 'CI docker base'
89115
uses: ./.github/docker-base-action
90116
with:
91-
base_tag: pytorch2.2.2-ros2humble
117+
base_tag: noble-torch2.5.1-cuda12.6.2-jazzy
92118
github_token: ${{ secrets.GITHUB_TOKEN }}
93119
- name: cleanup
94120
run: docker system prune -a -f
95121
- name: 'CI docker base'
96122
uses: ./.github/docker-base-action
97123
with:
98-
base_tag: pytorch2.2.2-cuda12.2.2
124+
base_tag: noble-torch2.5.1-jazzy
99125
github_token: ${{ secrets.GITHUB_TOKEN }}
100126
- name: cleanup
101127
run: docker system prune -a -f
102128
- name: 'CI docker base'
103129
uses: ./.github/docker-base-action
104130
with:
105-
base_tag: pytorch2.2.2
131+
base_tag: noble-torch2.5.1
106132
github_token: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See full documentation at [https://KumarRobotics.github.io/CoverageControl/](htt
44

55
Coverage control is the problem of navigating a robot swarm to collaboratively monitor features or a phenomenon of interest not known _a priori_.
66
The library provides a simulation environment, algorithms, and GNN-based architectures for the coverage control problem.
7-
<img align="right" width="300" src="https://kumarrobotics.github.io/CoverageControl/LPAC.gif">
7+
<img src="https://kumarrobotics.github.io/CoverageControl/LPAC.gif" align="right" width="300">
88

99
**Key features:**
1010
- The core library is written in `C++` and `CUDA` to handle large-scale simulations

0 commit comments

Comments
 (0)