-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Added * [Introduced in firmware v1.13] Separate API request for raw file streams. This allows file recordings with Python on low-performance clients. * [Introduced in firmware v1.13] Server section to status message. Reports connected clients and network statistics. * Add protocol files to install target * [Introduced in firmware v1.13] Extend advanced configuration with `default_point_cloud_subscription` * [Introduced in firmware v1.13] Request to attempt error recovery # Changed * Python: Improved examples and refactored arguments * CPP: Refactored point cloud recording class * CMake: Improved the approach of linking dependent library to make the install package relocatable # Removed * [Removed in firmware v1.13] Drop deprecated legacy scan patterns
- Loading branch information
1 parent
63b7260
commit 310869e
Showing
36 changed files
with
1,040 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
build* | ||
test_*dump* | ||
.cproject | ||
.project | ||
.externalToolBuilders | ||
.settings | ||
.pydevproject | ||
*.idea* | ||
*__pycache__* | ||
# NPM Packages | ||
node_modules | ||
package-lock.json | ||
build* | ||
test_*dump* | ||
.cproject | ||
.project | ||
.externalToolBuilders | ||
.settings | ||
.pydevproject | ||
*.idea* | ||
*__pycache__* | ||
.vscode | ||
node_modules | ||
*.bfpc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.