Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ssh経由で Pepper ロボットにアクセスしました。私の意図は、プロジェクトフォルダーを見つけて、ロボットがファイルを作成するときにファイルが作成される場所を確認することです
file = open('test.txt', 'w') file.write('testing how to save project data') file.close()
問題は、プロジェクトがどこに保存されているのかわからないことです。誰がどのパスにあるのか知っていますか?