Skip to content

Commit f0b01ee

Browse files
knzo25youtalk
andauthored
fix(ansible): spconv was not installed as part of the openadkit (#6032)
fix: spconv was not installed as part of the openadkit Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 4480524 commit f0b01ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/playbooks/openadkit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
when: (module == 'base' or module == 'perception-localization' or module == 'all') and prompt_install_nvidia=='y'
3737
- role: autoware.dev_env.tensorrt
3838
when: (module == 'base' or module == 'perception-localization' or module == 'all') and prompt_install_nvidia=='y'
39+
- role: autoware.dev_env.spconv
40+
when: (module == 'base' or module == 'perception-localization' or module == 'all') and prompt_install_nvidia=='y'
3941

4042
# Development environment
4143
- role: autoware.dev_env.dev_tools

0 commit comments

Comments
 (0)