记录下ros日志的一些使用技巧。 roslog打印中文 // 包含头文件 #include <locale> // 代码中加入下面的语句 std::locale::global(std::locale(""));