RMVL
2.1.0
Robotic Manipulation and Vision Library
|
状态类型 更多...
#include <rmvl/types.hpp>
Public 成员函数 | |
bool | operator== (const RMStatus &val) const |
判断两个 RMStatus 是否相等 | |
静态 Public 成员函数 | |
static std::string | to_string (RobotType type) |
将机器人类型转化为 std::string 类型 | |
static std::string | to_string (TagType type) |
将视觉标签类型转化为 std::string 类型 | |
Public 属性 | |
ArmorSizeType | ArmorSizeTypeID {} |
装甲板大小类型 | |
RuneType | RuneTypeID {} |
能量机关激活类型 | |
CompensateType | CompensateTypeID {} |
强制补偿类型 | |
RobotType | RobotTypeID {} |
机器人类型 | |
TagType | TagTypeID {} |
AprilTag 视觉标签类型 | |
状态类型
|
inline |
|
static |
将机器人类型转化为 std::string
类型
[in] | type | RobotType 类型 |
|
static |
将视觉标签类型转化为 std::string
类型
[in] | type | TagType 类型 |
ArmorSizeType rm::RMStatus::ArmorSizeTypeID {} |
装甲板大小类型
CompensateType rm::RMStatus::CompensateTypeID {} |
强制补偿类型
RobotType rm::RMStatus::RobotTypeID {} |
机器人类型
RuneType rm::RMStatus::RuneTypeID {} |
能量机关激活类型
TagType rm::RMStatus::TagTypeID {} |
AprilTag 视觉标签类型