Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTomX committed Jul 1, 2020
1 parent 2e95323 commit a12f7af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## Unreleased
## v1.1.0 - 2020-07-01

### Added

- Add ROS2 support

### Changed
- Replace while loop with cv.wait
- Update the vector copy part
- Update the program structure

### Removed
- Remove some unused variables in message struct

---

## v1.0.0 - 2020-06-01
Expand Down
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#****************************************************************************/

common:
msg_source: 0 #0--not use Lidar
msg_source: 1 #0--not use Lidar
#1--lidar packet message come from online lidar
#2--lidar packet message come from ROS
#3--lidar packet message come from Pcap bag
Expand All @@ -31,11 +31,11 @@ common:
send_points_ros: true #True--Send pointcloud through ROS
send_packets_proto: false #True--Send packets through Protobuf-UDP
send_points_proto: false #True--Send pointcloud through Protobuf-UDP
pcap_directory: /home/xzd/项目/驱动/测试数据/128.pcap #The path of pcap file
pcap_directory: /home/robosense/128.pcap #The path of pcap file

lidar:
- driver:
lidar_type: RS128 #The lidar type, must be set correctly. If set to RSAUTO, the driver will check the lidar type automatically.This function only support the latest version LiDARs.
lidar_type: RS128 #The lidar type, must be set correctly. If set to RSAUTO, the driver will check the lidar type automatically.This function only support the latest version LiDARs.
frame_id: /rslidar #The frame id of message
device_ip: 192.168.1.200 #The device ip address
msop_port: 6699 #The mosp port of lidar,default is 6699
Expand Down
2 changes: 1 addition & 1 deletion src/rs_driver
Submodule rs_driver updated from 168b79 to d0f6e2

0 comments on commit a12f7af

Please sign in to comment.