Skip to content

Commit 010eab8

Browse files
committed
docs(ansible): drop lingering setup-dev-env.sh and universe.yaml refs
Follow-up on the role README sweep. Two prose references still pointed at the deprecated entrypoints after the tag migration commit. - artifacts: the intro line claimed models download as part of setup-dev-env.sh; point at the ansible-playbook + --tags artifacts invocation instead. - ros2: the Manual Installation section linked universe.yaml as the canonical rosdistro source; point at install_dev_env.yaml which now owns that variable. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 167677a commit 010eab8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/artifacts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autoware artifacts
22

3-
The Autoware perception stack uses models for inference. These models are automatically downloaded as part of the `setup-dev-env.sh` script.
3+
The Autoware perception stack uses models for inference. These models are downloaded by running `ansible-playbook autoware.dev_env.install_dev_env --tags artifacts`.
44

55
The models are hosted by Web.Auto.
66

ansible/roles/ros2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The `ros2_installation_type` variable can also be found in:
2929
[./defaults/main.yaml](./defaults/main.yaml)
3030

3131
For Universe, the `rosdistro` variable can also be found in:
32-
[../../playbooks/universe.yaml](../../playbooks/universe.yaml)
32+
[../../playbooks/install_dev_env.yaml](../../playbooks/install_dev_env.yaml)
3333

3434
```bash
3535
# Choose your ROS distribution

0 commit comments

Comments
 (0)