我通过python,把clf文件生成一个bag时,遇见了这样的语句 No handlers could be found for logger rosout,请问我该怎么处理?
在转换文件(.py)的开头加上:
import logginglogging.basicConfig()