summaryrefslogtreecommitdiff
path: root/i/marvin/runtime/rc/config
blob: 8744cc18b86f1fbbf3521434585f088d05dd7830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
### Asserv.
asserv.tty = "/dev/ttyS0"
asserv.footing = 0x100
asserv.t_accel = 512
asserv.a_accel = 1024
asserv.t_max_speed = 64
asserv.a_max_speed = 64
asserv.t_max_speed_slow = 8
asserv.a_max_speed_slow = 8
asserv.tkp = 100
asserv.tki = 3
asserv.tkd = 0
asserv.akp = 550
asserv.aki = 7
asserv.akd = 0
asserv.esat = 1023
asserv.isat = 3072
asserv.l_invert_pwm = true
asserv.r_invert_pwm = false
asserv.step_per_mm = 75.78789091394133410940
# Stats.
asserv.pos_report = 8
asserv.in_port_report = 0
asserv.counter_stat = 8
asserv.speed_stat = 0
asserv.pos_stat = 0
asserv.pwm_stat = 0
asserv.timer_stat = 0

### ES
es.tty = "/dev/ttyS0"

### Motor
motor.pStatPosition = 8
motor.pStatMotor = 0

### Log
# Default minimum level outputed
# log.level.default = "debug"
# Can be specialized for a specific module
# For example, with the module asserv
# log.level.asserv = "debug"
# The same for the logger used to log
# Possible values are :
#  - null : no log, optimized for time ;
#  - stdout : to stdout ;
#  - file:/path/filename : to a file ;
#  - ram : in a circular buffer for getting it at the end of the program by
#    network.
log.logger.default = "ram"
# log.logger.asserv = "null"

### Exemples
foo = "toto"
    bar = ("a" "b" "c")
foobar = (4 5 6 7 8)

# TestProto
testProto.tty = "/home/nicolas/robotSVN/n/asserv/src/asserv/uart0.pts"