Skip to content

Commit 07c9c9d

Browse files
authored
feat!: remove acados, tera_renderer, rust (#6836)
* revert: "feat(ansible)!: install rust through rustup instead of apt (#6825)" This reverts commit ef1fcb9. * revert: "feat(autoware_path_optimizer): meta-repository changes for acados (#6771)" This reverts commit 73ee57b.
1 parent 20cef45 commit 07c9c9d

File tree

8 files changed

+0
-114
lines changed

8 files changed

+0
-114
lines changed

ansible/playbooks/install_rust.yaml

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

ansible/playbooks/openadkit.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
when: module == 'base' and rosdistro != 'jazzy'
2929
- role: autoware.dev_env.build_tools
3030
when: module == 'all' and install_devel=='y'
31-
- role: autoware.dev_env.rust
32-
when: module == 'all'
3331

3432
# Module specific dependencies
3533
- role: autoware.dev_env.geographiclib

ansible/playbooks/universe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
rmw_implementation__name: "{{ rmw_implementation }}"
4848
- role: autoware.dev_env.gdown
4949
- role: autoware.dev_env.build_tools
50-
- role: autoware.dev_env.rust
5150
- role: autoware.dev_env.agnocast
5251
when: rosdistro == 'humble'
5352

ansible/roles/rust/README.md

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

ansible/roles/rust/defaults/main.yaml

Whitespace-only changes.

ansible/roles/rust/meta/main.yaml

Whitespace-only changes.

ansible/roles/rust/tasks/main.yaml

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

repositories/autoware.repos

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@ repositories:
9090
type: git
9191
url: https://github.com/autowarefoundation/managed_transform_buffer.git
9292
version: 0.2.0
93-
universe/external/acados:
94-
type: git
95-
url: https://github.com/acados/acados.git
96-
version: v0.5.3
97-
universe/external/tera_renderer:
98-
type: git
99-
url: https://github.com/acados/tera_renderer.git
100-
version: v0.2.0
10193
# launcher
10294
launcher/autoware_launch:
10395
type: git

0 commit comments

Comments
 (0)