2024-03-11 06:27:42 +08:00
|
|
|
"""
|
|
|
|
Generated by Eclipse Cyclone DDS idlc Python Backend
|
|
|
|
Cyclone DDS IDL version: v0.11.0
|
2024-05-05 09:14:41 +08:00
|
|
|
Module: unitree_go.msg.dds_
|
2024-03-11 06:27:42 +08:00
|
|
|
IDL file: MotorState_.idl
|
|
|
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
from enum import auto
|
|
|
|
from typing import TYPE_CHECKING, Optional
|
|
|
|
from dataclasses import dataclass
|
|
|
|
|
|
|
|
import cyclonedds.idl as idl
|
|
|
|
import cyclonedds.idl.annotations as annotate
|
|
|
|
import cyclonedds.idl.types as types
|
|
|
|
|
|
|
|
# root module import for resolving types
|
2024-05-05 09:14:41 +08:00
|
|
|
import unitree_go
|
2024-03-11 06:27:42 +08:00
|
|
|
|
|
|
|
|
|
|
|
@dataclass
|
|
|
|
@annotate.final
|
|
|
|
@annotate.autoid("sequential")
|
2024-05-05 09:14:41 +08:00
|
|
|
class MotorState_(idl.IdlStruct, typename="unitree_go.msg.dds_.MotorState_"):
|
2024-03-11 06:27:42 +08:00
|
|
|
mode: types.uint8
|
|
|
|
q: types.float32
|
|
|
|
dq: types.float32
|
|
|
|
ddq: types.float32
|
|
|
|
tau_est: types.float32
|
|
|
|
q_raw: types.float32
|
|
|
|
dq_raw: types.float32
|
|
|
|
ddq_raw: types.float32
|
|
|
|
temperature: types.uint8
|
|
|
|
lost: types.uint32
|
|
|
|
reserve: types.array[types.uint32, 2]
|
|
|
|
|
|
|
|
|