Code Monkey home page Code Monkey logo

cktlco / faro-arm-visualizer Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 1.0 8.07 MB

A suite of unofficial, open-source utilities enabling basic integration with the Faro Arm series of high-accuracy articulated measuring instruments, including a realtime 3D position tracking demonstration in Unity.

Home Page: http://github.com/cktlco/faro-arm-visualizer

License: MIT License

C# 100.00%
faro faroarm arm cmm coordinate-measuring-machine portable-cmm faro-arm unity unity3d zeromq

faro-arm-visualizer's People

Contributors

cktlco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

faro-arm-visualizer's Issues

Build solution error

Hello,
While building the project i am getting a lot of warning and few errors about faroarm instance not found. I have properly transferred the files from share folder to the bin folder as you have mentioned in documentation. with the errors i am getting this popup that "Arm Position Update Service.exe" is missing(you can check the below screenshot for reference). i have also added the whole log of build below.
Please let me know if there are any solution for this. Thanks for the great work.
image

Build started... 1>------ Build started: Project: Arm Position Update Service, Configuration: Debug x64 ------ 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Dialogs" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Interfaces" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3275: The primary reference "FaroArm.Net" could not be resolved because it has an indirect dependency on the assembly "FaroArm.Interfaces, Version=1.9.3.55217, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3275: The primary reference "FaroArm.Presentation" could not be resolved because it has an indirect dependency on the assembly "FaroArm.Interfaces, Version=1.9.3.55217, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Net" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3275: The primary reference "FaroArm.Presentation" could not be resolved because it has an indirect dependency on the assembly "FaroArm.Net, Version=1.9.3.55217, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Presentation" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Presentation.Core" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3275: The primary reference "FaroArm.Presentation" could not be resolved because it has an indirect dependency on the assembly "FaroArm.Presentation.Core, Version=1.10.4.52263, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3274: The primary reference "FaroArm.Presentation.External" could not be resolved because it was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3275: The primary reference "FaroArm.Presentation" could not be resolved because it has an indirect dependency on the assembly "FaroArm.Presentation.External, Version=1.10.4.52263, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.8" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "FaroArmManagedDialogs". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Faro arm\faro-arm-visualizer-master\faro-arm-visualizer-master\Arm Position Update Service\FaroArmPositionService.cs(11,7,11,14): error CS0246: The type or namespace name 'FaroArm' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Faro arm\faro-arm-visualizer-master\faro-arm-visualizer-master\Arm Position Update Service\FaroArmPositionService.cs(139,26,139,33): error CS0246: The type or namespace name 'FaroArm' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Faro arm\faro-arm-visualizer-master\faro-arm-visualizer-master\Arm Position Update Service\FaroArmPositionService.cs(151,28,151,35): error CS0246: The type or namespace name 'FaroArm' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Faro arm\faro-arm-visualizer-master\faro-arm-visualizer-master\Arm Position Update Service\FaroArmPositionService.cs(159,49,159,56): error CS0246: The type or namespace name 'FaroArm' could not be found (are you missing a using directive or an assembly reference?) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.