'ascii' codec can't decode byte 0xe7 in position 8: ordinal not in range(128)
The traceback for the exception was written to the log file
ros 发生这种错误,一般是因为路径名字中有中文导致。解决方法就是,不要用中文名字。
2024-02-19 09:18:58
'ascii' codec can't decode byte 0xe7 in position 8: ordinal not in range(128)
The traceback for the exception was written to the log file
ros 发生这种错误,一般是因为路径名字中有中文导致。解决方法就是,不要用中文名字。