Search found 1 match

by celer
Fri May 15, 2015 6:46 pm
Forum: Lua Scripting
Topic: Calculating Inverse Corner Radius
Replies: 1
Views: 3713

Calculating Inverse Corner Radius

Hi, I've been trying to calculate the Inverse Corner Radius but I'm really not getting any results I expect: setTickRate(20) icrId = addChannel("ICR",10,2) function onTick() # Convert the GPS Speed to meters per second mps = (&#40...