Commit Graph

31 Commits

Author SHA1 Message Date
Jingwei Zhang 74f63da255 Bug Fix: Failed to connect lidar when multi adapter presented with first one disconnected
Bug Description:
When you have more than one network adater on your compter, this part of the code is supposed to find one that is connecting and working fine and obtain its ip address for handshaking request.
However, it failed to do so when the first network adapter is not connected. Thus GetAdapterState returns false and we stopped trying on the other adapters.

Fix:
Try each adapter, if it is not working, we try the next one. Either we find one and we move onto the following process or we find none and quit.
2019-10-25 10:16:11 +08:00
Livox-SDK 32723c6d61 fix : failed to find local ip in windows 2019-08-13 18:16:19 +08:00
Livox-SDK 72233ab118 feature:add C++ sample 2019-07-31 17:09:41 +08:00
Livox-SDK e91b6feb13 fix:size initial to fix the hub lvx file generate v1.2.1 2019-05-28 17:22:21 +08:00
Livox-SDK a490a93b20 feature:support save lvx file for lidar; v1.2.0 2019-05-06 12:33:55 +08:00
Livox-SDK 2c5b72a589 Merge branch 'master' of https://github.com/Livox-SDK/Livox-SDK v1.1.0 2019-04-12 10:57:08 +08:00
Livox-SDK ba2af205cc feature:
1.Add spdlog to save log file
2.Add program options to connect specific broadcast code and decide whether to save log file
3.Add comments in readme for windows 64-bit project compilation
2019-04-12 10:09:56 +08:00
Simon Long 2874c8dcc8 [A] Add Livox SDK API Documentation 2019-04-11 23:07:00 +08:00
livox f43d2679ce Update README.md 2019-03-18 16:37:27 +08:00
Livox-SDK 376cc63afb [B]Fix bug,when pps single is conneted ,could not receive lidar point data 2019-03-01 19:31:37 +08:00
Livox-SDK 98ab612ce6 [D]Delete sdk version macro defined in top CMakelist flie v1.0.0 2019-02-27 15:30:43 +08:00
livox 5e770730be Merge pull request #5 from Livox-SDK/review_pr
v1.0.0 release
2019-02-27 12:03:56 +08:00
Livox-SDK f79261c631 [A]Add sdk version
[B]Fix bug in README file
2019-02-27 11:56:23 +08:00
livox 11644271eb Update README.md 2019-02-12 17:18:04 +08:00
livox 09e4ed5a3c Merge pull request #3 from Livox-SDK/support_windows
Support for windows.
2019-02-03 09:56:22 +08:00
Livox-SDK 39954bc87c [B]Fix bugs in README.md 2019-02-02 20:44:56 +08:00
Livox-SDK 14217acf8c [A]Add broadcast png file. 2019-02-02 18:02:09 +08:00
Livox-SDK e7d99d3987 [B]Fix Bugs in README.md 2019-02-02 17:56:07 +08:00
Livox-SDK b6cdd05552 [B]Fix bugs in README.md 2019-02-02 16:47:33 +08:00
Livox-SDK 41a770c1a2 [A]Support for windows.
[B]Modify README.md.
2019-02-01 20:41:45 +08:00
livox db26ab1553 Merge pull request #2 from Delicode/fix_command_chan_leak
bug fix: Fix mismatching delete operator
2019-02-01 20:18:30 +08:00
Jesse Kaukonen 6d063352b6 bug fix: Fix mismatching delete operator
cmd.packet.data is allocated using new[] and freed using delete. Use delete[]
instead.
2019-02-01 12:58:23 +02:00
livox bdccadfa7c Merge pull request #1 from gworkman/master
fix CMakeLists spelling error
2019-01-31 14:54:13 +08:00
Gus 7f901a32d9 fix CMakeLists spelling error 2019-01-27 22:14:37 -05:00
Livox-SDK 7d82df375c [M]modify readme file. 2019-01-18 23:45:50 +08:00
Livox-SDK 8a60c8872f [A]add smaple. 2019-01-18 23:10:45 +08:00
Livox-SDK 0f1015a1da [A]add sdk_core. 2019-01-18 23:07:03 +08:00
Livox-SDK 9185e8d842 [A]add doc. 2019-01-18 22:55:59 +08:00
Livox-SDK 83bfbd1efa [A]add basic info. 2019-01-18 21:43:45 +08:00
livox 4abf6c1aa1 Update README.md 2019-01-08 21:55:04 +08:00
Livox-SDK 0c98c32ee1 Initial commit 2019-01-03 17:21:51 +08:00