You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/xxx/cv-rmvl/rmvl/extra/types/include/rmvl/types.hpp:141:79: 错误:‘uint8_t’不是一个类型名
141 | static std::string to_string(Tp type) { return std::to_string(static_cast<uint8_t>(type)); }
| ^~~~~~~
/xxx/cv-rmvl/rmvl/extra/types/include/rmvl/types.hpp:15:1: 附注:‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
14 | #include "rmvl/core/util.hpp"
+++ |+#include <cstdint>
15 |
/xxx/cv-rmvl/rmvl/extra/types/src/type_to_string.cpp: 在全局域:
/xxx/cv-rmvl/rmvl/extra/types/src/type_to_string.cpp:14:13: 错误:‘std::string rm::RMStatus::to_string’ is not a static data member of ‘struct rm::RMStatus’
14 | std::string rm::RMStatus::to_string(rm::RobotType type)
| ^~
/xxx/cv-rmvl/rmvl/extra/types/src/type_to_string.cpp:14:41: 错误:‘RobotType’不是‘rm’的成员
System Information - 系统配置信息
Detailed description - 问题的详细描述
有如下报错提示
Steps to reproduce - 复现步骤
在 GCC 13.2.0 编译器环境下,运行
即可出现报错
Issue submission checklist - 工单提交清单
The text was updated successfully, but these errors were encountered: