Nerv의 자동화 도구 지원을 위한 필수 도구 설치(Windows) » ros.bat
1 |
@echo off
|
---|---|
2 |
SET HOME=W:\.git-bash-home |
3 |
set ChocolateyInstall=c:\opt\chocolatey |
4 |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 |
5 |
call "c:\opt\ros\melodic\x64\setup.bat" |
6 |
call "C:\Program Files\Git\bin\bash.exe" --login -i |