Skip to content

Commit

Permalink
修改TOF雷达采样率为实时计算采样率
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyiaini committed Mar 4, 2022
1 parent 472a17e commit af47192
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 208 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ YDLidar-SDK.cxxflags
YDLidar-SDK.files
.gitignore
YDLidar-SDK.includes
build/Testing/Temporary/LastTest.log
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(ydlidar_sdk C CXX)
# version
set(YDLIDAR_SDK_VERSION_MAJOR 1)
set(YDLIDAR_SDK_VERSION_MINOR 0)
set(YDLIDAR_SDK_VERSION_PATCH 4)
set(YDLIDAR_SDK_VERSION_PATCH 5)
set(YDLIDAR_SDK_VERSION ${YDLIDAR_SDK_VERSION_MAJOR}.${YDLIDAR_SDK_VERSION_MINOR}.${YDLIDAR_SDK_VERSION_PATCH})

##########################################################
Expand Down
Loading

0 comments on commit af47192

Please sign in to comment.