MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / LeggedPoseArray

Class LeggedPoseArray

description/robots/dtype.py:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 ...
188
189class LeggedPoseArray(PoseArray):
190 kNumUsedMotors:int = kNumLegMotors
191 arrorder = list(range(kNumLegMotors))
192
193class Legged10DofPoseArray(LeggedPoseArray):
194 kNumUsedMotors:int = 10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected