Skip to content

Commit

Permalink
change the variable name to prompt_install_ros2_desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Liu <[email protected]>
  • Loading branch information
HinsRyu committed Apr 2, 2024
1 parent 793fd92 commit d566b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/playbooks/universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[Warning] Should the ONNX model files and other artifacts be downloaded alongside setting up the development environment.
Download artifacts? [y/N]
private: false
- name: prompt_install_new_ros2
- name: prompt_install_ros2_desktop
prompt: |-
[Warning] ROS 2 is required for Autoware. Please refer to https://docs.ros.org/en/humble/Installation.html for more information.
Install ROS 2? [y/N]
Expand Down Expand Up @@ -42,10 +42,10 @@
roles:
# Autoware base dependencies
- role: autoware.dev_env.ros2
when: prompt_install_new_ros2 == 'y'
when: prompt_install_ros2_desktop == 'y'
- role: autoware.dev_env.ros2_dev_tools
- role: autoware.dev_env.rmw_implementation
when: prompt_install_new_ros2 == 'y'
when: prompt_install_ros2_desktop == 'y'
- role: autoware.dev_env.gdown
- role: autoware.dev_env.build_tools

Expand Down

0 comments on commit d566b7d

Please sign in to comment.