ARCS6
AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
ARCS6
lib
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
18
namespace
ARCS {
// ARCS名前空間
20
struct
MotorParamDef
{
21
double
Kt
;
22
double
Jm
;
23
double
Dm
;
24
};
25
}
26
27
#endif
28
ARCS::MotorParamDef
モータのパラメータ構造体
Definition
MotorParamDef.hh:20
ARCS::MotorParamDef::Kt
double Kt
[Nm/A] トルク定数
Definition
MotorParamDef.hh:21
ARCS::MotorParamDef::Jm
double Jm
[kgm^2] モータ側慣性
Definition
MotorParamDef.hh:22
ARCS::MotorParamDef::Dm
double Dm
[Nm s/rad] モータ側粘性
Definition
MotorParamDef.hh:23
構築:
1.11.0