-
Notifications
You must be signed in to change notification settings - Fork 16
Cmake issue on windows 10 #14
Comments
Thanks for your report. To run cmake from the command line, it is recommended to download and install cmake from https://cmake.org . |
Thank you. I had managed to successfully installed it. Would just have 1 more question which is how do i write my own python scripts to send and received signal/tele command to my 781s Lidar? |
To handle Lidar data and commands in python, you need to implement an UDP receiver for the lidar data and a TCP sender and receiver for the lidar commands. Receiver and sender have to parse and handle the lidar data and telegrams according to the specification (manuals and telegram listings for your lidar). |
Where can i get the manuals for the 781s Lidar? |
Please have a look at our homepage www.sick.com. There, you will find all the technical documentation for the appropriate device. Click on the link to open the manual directly. |
Maybe this link could help: https://www.sick.com/de/en/detection-and-ranging-solutions/2d-lidar-sensors/tim7xx/tim781s-2174104/p/p594149 |
@reinbja the link does work for me, i could'nt get to the manual directly. |
|
Here is the specific link for the command communication. Compare the commands given their with the log output after starting the driver. This will give you in combination with source code inspection a clear understanding of the communication. In addition you can use wireshark to see the "real data" on wire: |
Hi, i am getting the error while cloning.
Is that the reason why i am getting the error of:
'cmake' is not recognized as an internal or external command,
operable program or batch file.
while trying to build sick_generic_caller with cmake and Visual Studio 2019.
Any ways that i can resolve this issue? thank you.
The text was updated successfully, but these errors were encountered: