ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
MotorParamDef.hh
[詳解]
1
9//
10// Copyright (C) 2011-2020 Yokokura, Yuki
11// This program is free software;
12// you can redistribute it and/or modify it under the terms of the FreeBSD License.
13// For details, see the License.txt file.
14
15#ifndef MOTORPARAMDEF
16#define MOTORPARAMDEF
17
18namespace ARCS { // ARCS名前空間
21 double Kt;
22 double Jm;
23 double Dm;
24 };
25}
26
27#endif
28
モータのパラメータ構造体
Definition MotorParamDef.hh:20
double Kt
[Nm/A] トルク定数
Definition MotorParamDef.hh:21
double Jm
[kgm^2] モータ側慣性
Definition MotorParamDef.hh:22
double Dm
[Nm s/rad] モータ側粘性
Definition MotorParamDef.hh:23