Skip to content

Commit 853267e

Browse files
authored
docs(diffusion_planner): point artifact links at artifacts README (#12506)
docs(diffusion_planner): point artifact links at artifacts role README setup-dev-env.sh is being removed on 2026-05-24 per autowarefoundation/autoware#7052, and the autoware-documentation source-installation page is being updated alongside it. Both artifact download references in this README pointed at those soon-to-be-deleted entrypoints; redirect them to the canonical artifacts role README which documents the install_dev_env --tags artifacts invocation. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent b891653 commit 853267e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

planning/autoware_diffusion_planner/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ ls ~/autoware_data/diffusion_planner/v3.1/
2727
diffusion_planner.onnx diffusion_planner.param.json
2828
```
2929

30-
This can be downloaded from [setup-dev-env.sh](https://github.com/autowarefoundation/autoware/blob/main/setup-dev-env.sh).
30+
This can be downloaded by following [Download artifacts](https://github.com/autowarefoundation/autoware/blob/main/ansible/roles/artifacts/README.md#download-artifacts).
3131

3232
### (2) Modify launch files
3333

@@ -227,8 +227,7 @@ The model version is defined either by the directory name provided to the node o
227227
Incremented when **only the weight files are updated**.
228228
As long as the major version matches, the node remains compatible, and the new model can be used directly.
229229

230-
To download the latest model, simply run the provided setup script:
231-
[How to set up a development environment](https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/source-installation/#how-to-set-up-a-development-environment)
230+
To download the latest model, follow [Download artifacts](https://github.com/autowarefoundation/autoware/blob/main/ansible/roles/artifacts/README.md#download-artifacts).
232231

233232
### Model Version History
234233

0 commit comments

Comments
 (0)