Skip to content

Commit

Permalink
1、针对三角修改获取上下板设备信息接口;
Browse files Browse the repository at this point in the history
2、针对TEA修改转速处理方式;
  • Loading branch information
zhanyiaini committed Aug 1, 2023
1 parent e72b914 commit 270f033
Show file tree
Hide file tree
Showing 10 changed files with 636 additions and 857 deletions.
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 1)
set(YDLIDAR_SDK_VERSION_PATCH 15)
set(YDLIDAR_SDK_VERSION_PATCH 16)
set(YDLIDAR_SDK_VERSION ${YDLIDAR_SDK_VERSION_MAJOR}.${YDLIDAR_SDK_VERSION_MINOR}.${YDLIDAR_SDK_VERSION_PATCH})

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

0 comments on commit 270f033

Please sign in to comment.