Checklist
Description
What is the intended usage now for running the runtime image? PR #5916 seems to make this documentation out of date: https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/docker-installation/
The Runtime can no longer run without the data-path flag and errors out as a result. It is not clear to me what to supply to data-path in order to run the runtime.
Expected behavior
The Autoware Docker Runtime image would successfully launch by executing ./docker/run.sh --map-path {my/autoware/map/path}.
Actual behavior
I get the following message:
Note: The --map-path and --data-path option is mandatory for the universe(runtime image). For development environment with shell access, use --devel option.
Steps to reproduce
- Attempt to run the Autoware Runtime image by executing
./docker/run.sh --map-path {my/map/path} as indicated by the documentation here: https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/docker-installation/
Versions
- OS: 22.04
- Autoware: Main, last commit: 0091d41
Possible causes
#5916
Additional context
No response
Checklist
Description
What is the intended usage now for running the runtime image? PR #5916 seems to make this documentation out of date: https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/docker-installation/
The Runtime can no longer run without the
data-pathflag and errors out as a result. It is not clear to me what to supply todata-pathin order to run the runtime.Expected behavior
The Autoware Docker Runtime image would successfully launch by executing
./docker/run.sh --map-path {my/autoware/map/path}.Actual behavior
I get the following message:
Note: The --map-path and --data-path option is mandatory for the universe(runtime image). For development environment with shell access, use --devel option.
Steps to reproduce
./docker/run.sh --map-path {my/map/path}as indicated by the documentation here: https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/docker-installation/Versions
Possible causes
#5916
Additional context
No response