Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
定义方式
uint32 STATUS_MOVEING = 1 uint32 STATUS_STOP = 1 uint32 status float32 pose
最终生成的代码
// constant declarations static constexpr uint32_t STATUS_MOVEING = 1u; static constexpr uint32_t STATUS_STOP = 2u;