문제현상 RLException: testbot.launch is neither a lunch file in package testbot_description nor is testbot_description a lunch file name. The traceback for the exception was written to the log file. 이 오류 메시지는 일반적으로 roslaunch 명령이 지정된 패키지에서 시작 파일 "testbot.launch" 혹은 그 외의 파일을 찾을 수 없을 때 발생합니다. 시도할 수 있는 몇 가지 문제 해결 단계는 다음과 같습니다. 해결 방법 이 문제를 해결하려면 실행 파일 "testbot.launch"가 포함된 패키지가 제대로 설치되어 있고 실행 파일의 경로가 올바른..