8#ifndef DESIGNLAB_INTERFACE_HEXAPOD_STATE_PRESENTER_H_
9#define DESIGNLAB_INTERFACE_HEXAPOD_STATE_PRESENTER_H_
virtual float GetGroundHeightMarginMin() const noexcept=0
地面の最大高さと重心位置を最小どれだけ離すかを返す.
virtual Vector3 GetLegBasePosRobotCoordinate(int leg_index) const noexcept=0
脚の付け根の座標(leg base position )を取得する.ロボット座標系.
virtual Vector3 GetFreeLegPosLegCoordinate(int leg_index) const noexcept=0
遊脚する位置を返す,脚座標系.
virtual float GetGroundHeightMarginMax() const noexcept=0
地面の最大高さと重心位置を最大どれだけ離すかを返す.
virtual ~IHexapodStatePresenter()=default