SICKAG / sick_scan_xd

Based on the sick_scan drivers for ROS1, sick_scan_xd merges sick_scan, sick_scan2 and sick_scan_base repositories. The driver supports both Linux (native, ROS1, ROS2) and Windows (native and ROS2).
Apache License 2.0
107 stars 87 forks source link

[sick_scan_xd with C#] Driver for C# #156

Closed toan70411hd91 closed 1 year ago

toan70411hd91 commented 1 year ago

Hello everyone,

Wish you a great day and hope you have time to help me for this question.

I am working on a project with Sick 2D LiDARs (on Windows, using C#). My problem is that I cannot find out the way to build a driver for Sick 2D LiDARs to use with C#. I have tried to download this package, then in Windows Terminal:

=> Warning: "CMake Warning: Manually-specified variables were not used by the project: BUILD_CSHARP_BINDINGS"

It seems this package does not support for C#. Can you please give me some guides to use Sick driver with C#?

Thank you so much and hope to hear from you soon,

Notes:

michael1309 commented 1 year ago

A direct C# connection is currently not provided. We recommend using the generic library for C. Here you can create a wrapper that provides the data for C#.