JointGainsData.cpp
Go to the documentation of this file.
00001 #include <iostream>
00002 #include "robodyn_controllers/JointGainsData.h"
00003 /***************************************************************************/
00008 JointGainsData::JointGainsData()
00009     : naturalFreq(1000.)
00010     , dampingRatio(2.)
00011     , stiffness(0.)
00012     , damping(0.)
00013     , windupLim(5.)
00014     , prevWindup(0.)
00015     , maxK(0.)
00016     , maxD(0.)
00017     , minD(0.)
00018     , maxWn(0.)
00019     , maxZeta(0.)
00020     , scaleI(0.)
00021     , mass(0.)
00022 {
00023 }
00024 
00025 JointGainsData::~JointGainsData()
00026 {
00027 }
00028 


robodyn_controllers
Author(s):
autogenerated on Sat Jun 8 2019 20:20:53