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: go2py_common.msg.dds_
|
2024-03-11 06:27:42 +08:00
|
|
|
IDL file: Go2pyLowCmd.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 go2py_common
|
|
|
|
|
2024-03-11 06:27:42 +08:00
|
|
|
|
|
|
|
@dataclass
|
|
|
|
@annotate.final
|
|
|
|
@annotate.autoid("sequential")
|
2024-05-05 09:14:41 +08:00
|
|
|
class Go2pyLowCmd_(idl.IdlStruct, typename="go2py_common.msg.dds_.Go2pyLowCmd_"):
|
2024-03-11 06:27:42 +08:00
|
|
|
q: types.array[types.float32, 12]
|
|
|
|
dq: types.array[types.float32, 12]
|
|
|
|
kp: types.array[types.float32, 12]
|
|
|
|
kd: types.array[types.float32, 12]
|
|
|
|
tau: types.array[types.float32, 12]
|
|
|
|
|
|
|
|
|