Loading [MathJax]/extensions/tex2jax.js
iCub-main
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
h
i
j
l
m
n
p
r
s
t
w
z
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
e
g
i
l
n
p
r
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
Properties
Related Symbols
a
b
c
g
i
l
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
Enumerations
Enumerator
_
a
c
d
e
g
j
m
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
icub-main
src
libraries
icubmod
embObjMotionControl
motionControlDefaultValues.h
Go to the documentation of this file.
1
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
2
3
4
/* Copyright (C) 2012 iCub Facility, Istituto Italiano di Tecnologia
5
* Author: Valentina Gaggero
6
* email: valentina.gaggero@iit.it
7
* Permission is granted to copy, distribute, and/or modify this program
8
* under the terms of the GNU General Public License, version 2 or any
9
* later version published by the Free Software Foundation.
10
*
11
* A copy of the license can be found at
12
* http://www.robotcub.org/icub/license/gpl.txt
13
*
14
* This program is distributed in the hope that it will be useful, but
15
* WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
17
* Public License for more details
18
*/
19
20
/*
21
This file contains the default values for the optional configuration paramters.
22
In the future these values could be asked to the firmware
23
*/
24
25
#ifndef MOTIONCONTROLDEFAULTVALUES
26
#define MOTIONCONTROLDEFAULTVALUES
27
namespace
eomc_defaultValue
28
{
29
namespace
DeadZone
30
{
31
const
double
jointWithAEA
= 0.0494;
32
const
double
jointWithAEA3
= 0.0;
// TODO: fix if needed
33
const
double
jointWithAMO
= 0.0055;
// 360 / 2^16
34
const
double
jointWithAKSIM2
= 0.00068;
// 360 / 2^19
35
}
29
namespace
DeadZone {
…
}
36
}
27
namespace
eomc_defaultValue
{
…
}
37
#endif
eomc_defaultValue::DeadZone::jointWithAKSIM2
const double jointWithAKSIM2
Definition
motionControlDefaultValues.h:34
eomc_defaultValue::DeadZone::jointWithAEA3
const double jointWithAEA3
Definition
motionControlDefaultValues.h:32
eomc_defaultValue::DeadZone::jointWithAMO
const double jointWithAMO
Definition
motionControlDefaultValues.h:33
eomc_defaultValue::DeadZone::jointWithAEA
const double jointWithAEA
Definition
motionControlDefaultValues.h:31
eomc_defaultValue
Definition
motionControlDefaultValues.h:28
Generated on Tue May 6 2025 15:42:05 for iCub-main by
1.9.8