lehrkraefte:blc:informatik:glf20:robotik:linefollower

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:informatik:glf20:robotik:linefollower [2021/05/21 11:27]
Ivo Blöchliger
lehrkraefte:blc:informatik:glf20:robotik:linefollower [2021/05/21 11:37] (current)
Ivo Blöchliger
Line 61: Line 61:
         return         return
     if (hell<grau):     if (hell<grau):
-        r = 1/linear(?, grau-50, ?, ?, hell);  # TODO+        r = linear(?, grau-50, ?, ?, hell);  # TODO
         gear.leftArc(r)         gear.leftArc(r)
     else:     else:
-        r = 1/linear(grau+50, ?, ?, ? , hell);  # TODO+        r = linear(grau+50, ?, ?, ? , hell);  # TODO
         gear.rightArc(r)         gear.rightArc(r)
  
  • lehrkraefte/blc/informatik/glf20/robotik/linefollower.1621589264.txt.gz
  • Last modified: 2021/05/21 11:27
  • by Ivo Blöchliger