etrobocon2018 feat.KatLab  770af34cce41ae9c30c41303275e1add2daae0c3 (with uncommitted changes)
 全て クラス 名前空間 ファイル 関数 変数 列挙型 列挙値 フレンド マクロ定義 ページ
公開メンバ関数 | 公開変数類 | 全メンバ一覧
RobotProperty 構造体

#include <RobotProperty.h>

RobotProperty 連携図
Collaboration graph

公開メンバ関数

constexpr RobotProperty (float diameter=100.0f, float tread=148.0f, float cycle=0.04f)
 RobotPropertyのコンストラクタ [詳解]
 

公開変数類

const float radius_wheel
 
const float between_wheels
 
float dt
 

詳解

RobotProperty.h9 行目に定義があります。

構築子と解体子

constexpr RobotProperty::RobotProperty ( float  diameter = 100.0f,
float  tread = 148.0f,
float  cycle = 0.04f 
)
inline

RobotPropertyのコンストラクタ

[RobotProperty::RobotProperty]

引数
diameter車輪の直径
tread左右車輪の幅(トレッド幅)
cycle周期

RobotProperty.h21 行目に定義があります。

22  : radius_wheel(diameter / 2.0f), between_wheels(tread), dt(cycle)
23  {
24  }
const float between_wheels
Definition: RobotProperty.h:11
const float radius_wheel
Definition: RobotProperty.h:10

メンバ詳解

const float RobotProperty::between_wheels

RobotProperty.h11 行目に定義があります。

float RobotProperty::dt

RobotProperty.h12 行目に定義があります。

const float RobotProperty::radius_wheel

RobotProperty.h10 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: