generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update README * docs: make return mode table consistent * style(pre-commit): autofix * add 128E4X|40P|QT64 config file * fix README * Add Intro to README * docs: edit README * docs: README minor changes * docs: fix typo * docs: improvements to README * fix: spelling for ROS 2 --------- Co-authored-by: drwnz <drwnz@users.noreply.github.com> Co-authored-by: tokuda99 <kosuke.tokuda@tier4.jp> Co-authored-by: Abraham Monrroy Cano <abraham.monrroy@gmail.com>
- Loading branch information
1 parent
c90e808
commit a3d2788
Showing
4 changed files
with
198 additions
and
126 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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/**: | ||
ros__parameters: | ||
sensor_model: "Pandar128E4X" # See readme for supported models | ||
sensor_ip: "192.168.1.201" # Lidar Sensor IP | ||
host_ip: "255.255.255.255" # Broadcast IP from Sensor | ||
frame_id: "hesai" | ||
data_port: 2368 # LiDAR Data Port | ||
gnss_port: 10110 # LiDAR GNSS Port | ||
return_mode: "Dual" # See readme for supported return modes | ||
scan_phase: 0.0 # Angle where scans begin (degrees, [0.,360.] | ||
packet_mtu_size: 1500 # Packet MTU size | ||
rotation_speed: 600 # Motor RPM, the sensor's internal spin rate. | ||
cloud_min_angle: 0 # Field of View, start degrees. | ||
cloud_max_angle: 360 # Field of View, end degrees. | ||
diag_span: 1000 # milliseconds | ||
calibration_file: "./install/nebula_decoders/share/nebula_decoders/calibration/hesai/Pandar128E4X.csv" | ||
setup_sensor: True | ||
|
||
online: True |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/**: | ||
ros__parameters: | ||
sensor_model: "Pandar40P" # See readme for supported models | ||
sensor_ip: "192.168.1.201" # Lidar Sensor IP | ||
host_ip: "255.255.255.255" # Broadcast IP from Sensor | ||
frame_id: "hesai" | ||
data_port: 2368 # LiDAR Data Port | ||
gnss_port: 10110 # LiDAR GNSS Port | ||
return_mode: "Dual" # See readme for supported return modes | ||
scan_phase: 0.0 # Angle where scans begin (degrees, [0.,360.] | ||
packet_mtu_size: 1500 # Packet MTU size | ||
rotation_speed: 600 # Motor RPM, the sensor's internal spin rate. | ||
cloud_min_angle: 0 # Field of View, start degrees. | ||
cloud_max_angle: 360 # Field of View, end degrees. | ||
diag_span: 1000 # milliseconds | ||
calibration_file: "./install/nebula_decoders/share/nebula_decoders/calibration/hesai/Pandar40P.csv" | ||
setup_sensor: True | ||
|
||
online: True |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/**: | ||
ros__parameters: | ||
sensor_model: "PandarQT64" # See readme for supported models | ||
sensor_ip: "192.168.1.201" # Lidar Sensor IP | ||
host_ip: "255.255.255.255" # Broadcast IP from Sensor | ||
frame_id: "hesai" | ||
data_port: 2368 # LiDAR Data Port | ||
gnss_port: 10110 # LiDAR GNSS Port | ||
return_mode: "Dual" # See readme for supported return modes | ||
scan_phase: 0.0 # Angle where scans begin (degrees, [0.,360.] | ||
packet_mtu_size: 1500 # Packet MTU size | ||
rotation_speed: 600 # Motor RPM, the sensor's internal spin rate. | ||
cloud_min_angle: 0 # Field of View, start degrees. | ||
cloud_max_angle: 360 # Field of View, end degrees. | ||
diag_span: 1000 # milliseconds | ||
calibration_file: "./install/nebula_decoders/share/nebula_decoders/calibration/hesai/PandarQT64.csv" | ||
setup_sensor: True | ||
|
||
online: True |