|
BitbotEncos
Bitbot Encos is a bitbot instance for encos motor.
|
Public 类型 | |
| enum class | JointResetStates { Waiting , ApplyingTorque , Resetting , Finished , Stopped } |
| JointResetStates枚举类 更多... | |
Public 成员函数 | |
| JointAutoZero (const pugi::xml_node &reset_node, double period, SpdLoggerSharedPtr logger, std::vector< EncosJoint * > &joints) | |
| JointAutoZero构造函数 | |
| bool | StartReset (uint64_t period_count) |
| 开始归零操作 | |
| bool | StopReset () |
| 停止归零操作 | |
| void | ResetState (uint64_t period_count) |
| 重置状态 | |
|
strong |
|
inline |
JointAutoZero构造函数
| reset_node | xml节点,包含归零配置 |
| period | 内核运行周期时间 |
| logger | 日志记录器指针 |
| joints | 电机列表,包含所有的电机 |
|
inline |
重置状态
| period_count | 归零操作的周期计数 |
|
inline |
开始归零操作
| period_count | 归零操作的周期计数 |
|
inline |
停止归零操作