Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 768 Bytes

LitePlacer

LitePlacer Pick and Place machine user interface and control software

See http://www.liteplacer.com/ for information.

Introduction video on Youtube

To get the code to compile:

  • Install AForge.NET

  • In solution explorer-LitePlacer-References, delete references to Math.Net.Numerics and to HomographyEstimation.dll.

  • Add reference to /packages/HomographyEstimation/HomographyEstimation.dll

  • Run the following command in the Tools-NuGet Package Manager-Package Manager Console: PM> Install-Package MathNet.Numerics

To avoid issues in debugging, turn off the "Enable property evaluation and other implicit function calls" option in Tools->Options->Debugging