Closed kkunita-work closed 4 years ago
このエラーは、rtshell_post_install.exe 実行時にオプションを指定しないと発生します。 オプションは -h で確認できます。
Windows10 + OpenRTM-aist 1.2.1 + Python3.7 の環境で、下記実行にて正常に動作します。
>rtshell_post_install.exe -n
Running post-install actions for Windows
Copied c:\python37\lib\site-packages\rtshell\data\rtcwd.bat to c:\python37\Scripts\rtcwd.bat
rtcwd の実行で現在のワーキングディレクトリを変更する動作も確認できました。 C++ サンプルRTCの ConsoleIn, ConsoleOut を実行している環境での確認です。
>rtls localhost
kawa-win.host_cxt/
>rtls localhost/kawa-win.host_cxt/
ConsoleIn0.rtc ConsoleOut0.rtc
>rtcwd localhost/kawa-win.host_cxt/
>rtls
ConsoleIn0.rtc ConsoleOut0.rtc
正常に動作しますので、このIssueは閉じます。
WindowsにPython 3.7をインストールした状態で OpenRTM-aistをmsiでインストールした後