diff --git a/CHANGES.md b/CHANGES.md index 5e48ab9..2e5aa61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Cepton SDK Release Notes +## Version 1.17.5 2019-12-10 + +- Add `cepton_clip.py` tool. +- Minor CeptonViewer improvements. + ## Version 1.17.4 2019-11-21 - Minor CeptonViewer improvements. diff --git a/README.md b/README.md index ec2c70a..2409b05 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ See `samples`. The library requires C++11 support. -| OS | Minimum Version | -| --------------- | --------------- | -| `osx` | `OSX 10.15` | -| `win64` | `Windows Vista` | -| `linux-i386` | `Ubuntu 16.04` | -| `linux-x86_64` | `Ubuntu 16.04` | -| `linux-arm` | `Ubuntu 16.04` | -| `linux-aarch64` | `Ubuntu 16.04` | +| OS | Minimum Version | +| --------------------------- | --------------- | +| `osx` | `OSX 10.15` | +| `win64` | `Windows Vista` | +| `linux-x86_64` | `Ubuntu 16.04` | +| `linux-aarch64` | `Ubuntu 16.04` | +| `linux-i386` (experimental) | `Ubuntu 16.04` | +| `linux-arm` (experimental) | `Ubuntu 16.04` | diff --git a/VERSION b/VERSION index 250f359..74921a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.4 \ No newline at end of file +1.17.5 \ No newline at end of file diff --git a/bin/linux-aarch64/CeptonViewer b/bin/linux-aarch64/CeptonViewer index 279fbff..69acebf 100755 Binary files a/bin/linux-aarch64/CeptonViewer and b/bin/linux-aarch64/CeptonViewer differ diff --git a/bin/linux-x86_64/CeptonViewer b/bin/linux-x86_64/CeptonViewer index 58819ab..5de8613 100755 Binary files a/bin/linux-x86_64/CeptonViewer and b/bin/linux-x86_64/CeptonViewer differ diff --git a/bin/osx/CeptonViewer.app/Contents/MacOS/CeptonViewer b/bin/osx/CeptonViewer.app/Contents/MacOS/CeptonViewer index 3f8868d..20547c7 100755 Binary files a/bin/osx/CeptonViewer.app/Contents/MacOS/CeptonViewer and b/bin/osx/CeptonViewer.app/Contents/MacOS/CeptonViewer differ diff --git a/bin/win64/CeptonViewer.exe b/bin/win64/CeptonViewer.exe index d671070..88ab7ae 100644 Binary files a/bin/win64/CeptonViewer.exe and b/bin/win64/CeptonViewer.exe differ diff --git a/bin/win64/cepton_sdk.dll b/bin/win64/cepton_sdk.dll index 7dbbf95..09c1b3e 100644 Binary files a/bin/win64/cepton_sdk.dll and b/bin/win64/cepton_sdk.dll differ diff --git a/cmake/CeptonCommon.cmake b/cmake/CeptonCommon.cmake index b53a6c8..194e72a 100644 --- a/cmake/CeptonCommon.cmake +++ b/cmake/CeptonCommon.cmake @@ -310,3 +310,10 @@ macro(CEPTON_IMPORT_STATIC_LIBRARY lib root lib_name) IMPORTED_LOCATION "${cepton_import_static_library_path}${CEPTON_STATIC_LIBRARY_EXTENSION}") endmacro() + +# ------------------------------------------------------------------------------ +# Install +# ------------------------------------------------------------------------------ +set(FILE_PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ) +set(PROGRAM_PERMISSIONS ${FILE_PERMISSIONS} OWNER_EXECUTE GROUP_EXECUTE + WORLD_EXECUTE) diff --git a/csharp/VERSION b/csharp/VERSION index 250f359..74921a9 100644 --- a/csharp/VERSION +++ b/csharp/VERSION @@ -1 +1 @@ -1.17.4 \ No newline at end of file +1.17.5 \ No newline at end of file diff --git a/csharp/cepton_cs_sdk/cepton_sdk.dll b/csharp/cepton_cs_sdk/cepton_sdk.dll index 7dbbf95..09c1b3e 100644 Binary files a/csharp/cepton_cs_sdk/cepton_sdk.dll and b/csharp/cepton_cs_sdk/cepton_sdk.dll differ diff --git a/docs/cepton_sdk.pdf b/docs/cepton_sdk.pdf index 6727879..1cb2b67 100644 Binary files a/docs/cepton_sdk.pdf and b/docs/cepton_sdk.pdf differ diff --git a/docs/genindex.html b/docs/genindex.html index 5b39139..87b3dfb 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -430,6 +430,8 @@

C

  • cepton_sdk::util::SensorPoint::[anonymous] (C++ member)
  • + + -