Implementing a runtime Look Up Table in C#
- by Yarok
Hey all,
I'm currently working on a robot interface GUI, using C#.
The robot has two sensors, and two powered wheels.
I need to let the user the option to load a Look Up Table (LUT) during runtime, one for each sensor, that will tell the robot what to do according to the sensor's reading. I think the best way to do it is using a .csv file,…