File: ObstacleAvoidance.fll

package info (click to toggle)
fuzzylite 6.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,300 kB
  • sloc: cpp: 25,881; java: 1,370; sh: 85; xml: 12; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (5)
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
Engine: ObstacleAvoidance
InputVariable: obstacle
  enabled: true
  range: 0.000 1.000
  lock-range: false
  term: left Ramp 1.000 0.000
  term: right Ramp 0.000 1.000
OutputVariable: tsSteer
  enabled: true
  range: 0.000 1.000
  lock-range: false
  aggregation: Maximum
  defuzzifier: WeightedAverage Automatic
  default: nan
  lock-previous: false
  term: left Constant 0.333
  term: right Constant 0.666
RuleBlock: takagiSugeno
  enabled: true
  conjunction: none
  disjunction: none
  implication: none
  activation: General
  rule: if obstacle is left then tsSteer is right
  rule: if obstacle is right then tsSteer is left