Skip to content

Commit

Permalink
Merge branch 'dev' into 'master'
Browse files Browse the repository at this point in the history
Update driver core

See merge request rs_share/rslidar/rslidar_sdk!4
  • Loading branch information
CrazyTomX committed Sep 4, 2020
2 parents 667acfa + e968b82 commit 73b4c66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.2.1 - 2020-09-04

### Fixed

- Fix bug in driver core, please refer to changelog in rs_driver for details.


## v1.2.0 - 2020-09-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(COMPILE_METHOD ORIGINAL)
#========================
set (PROJECT_VERSION_MAJOR 1)
set (PROJECT_VERSION_MINOR 2)
set (PROJECT_VERSION_PATCH 0)
set (PROJECT_VERSION_PATCH 1)

#========================
# Project details / setup
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Ubuntu 18.04 - 安装ROS2 Eloquent desktop

**注意! 请避免在同一台电脑上同时安装ROS和ROS2, 这可能会产生冲突! 同时还需要手动安装Yaml库**

### 3.5 Yaml (必需)
### 3.3 Yaml (必需)

版本号: >= v0.5.2

Expand All @@ -65,7 +65,7 @@ sudo apt-get update
sudo apt-get install -y libyaml-cpp-dev
```

### 3.6 Pcap (必需)
### 3.4 Pcap (必需)

版本号: >=v1.7.4

Expand All @@ -75,7 +75,7 @@ sudo apt-get install -y libyaml-cpp-dev
sudo apt-get install -y libpcap-dev
```

### 3.7 Protobuf (可选)
### 3.5 Protobuf (可选)

版本号: >=v2.6.1

Expand Down
2 changes: 1 addition & 1 deletion src/rs_driver

0 comments on commit 73b4c66

Please sign in to comment.