No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.2.0
License Apache 2
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/yanliang-wang/ws_sensor_utils.git
VCS Type git
VCS Version master
Last Updated 2022-06-12
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The hesai_lidar package includes the driver for the Heisai PandarQT/Pandar64/Pandar40P/Pandar20A/Pandar20B/Pandar40M LiDAR sensor.

Additional Links

No additional links.

Maintainers

  • hesaiwuxiaozhou

Authors

No additional authors.

Build Status

HesaiLidar_General_ROS

About the project

HesaiLidar_General_ROS project includes the ROS Driver for:
PandarQT/Pandar64/Pandar40P/Pandar20A/Pandar20B/Pandar40M/PandarXT
LiDAR sensor manufactured by Hesai Technology.

Developed based on HesaiLidar_General_SDK, After launched, the project will monitor UDP packets from Lidar, parse data and publish point cloud frames into ROS under topic:

```. It can also be used as an official demo showing how to work with HesaiLidar_General_SDK.

## Environment and Dependencies
**System environment requirement: Linux + ROS**  

 Recommanded:  
 Ubuntu 16.04 - with ROS kinetic desktop-full installed or  
 Ubuntu 18.04 - with ROS melodic desktop-full installed  
 Check resources on http://ros.org for installation guide 
 
**Library Dependencies: libpcap-dev + libyaml-cpp-dev**  

$sudo apt install libpcap-dev libyaml-cpp-dev


## Download and Build

**Install `catkin_tools`**

$ sudo apt-get update $ sudo apt-get install python-catkin-tools

**Download code**  

$ mkdir -p rosworkspace/src $ cd rosworkspace/src $ git clone https://github.com/HesaiTechnology/HesaiLidar_General_ROS.git –recursive

**Build**

$ cd .. $ catkin config –install $ catkin build –force-cmake


## Configuration 

$ gedit install/share/hesai_lidar/launch/hesai_lidar.launch

**Reciving data from connected Lidar: config lidar ip&port, leave the pcap_file empty**
|Parameter | Default Value|
|---------|---------------|
|server_ip |192.168.1.201|
|lidar_recv_port |2368|
|gps_recv_port  |10110|
|pcap_file ||  

Data source will be from connected Lidar when "pcap_file" set to empty
Make sure parameters above set to the same with Lidar setting

**Reciving data from pcap file: config pcap_file and correction file path**
|Parameter | Value|
|---------|---------------|
|pcap_file |pcap file path|
|lidar_correction_file |lidar correction file path| 

Data source will be from pcap file once "pcap_file" not empty 

**Reciving data from rosbag: config data_type and publish_type,leave the pcap_file empty**
|Parameter | Value|
|---------|---------------|
|pcap_file ||
|publish_type |points| 
|data_type |rosbag|

Data source will be from rosbag when "pcap_file" is set to empty and "data_type" is set to "rosbag"
Make sure the parameter "publish_type" is set to "points"
Make sure the parameter "namespace" in file hesai_lidar.launch is same with the namespace in rosbag

## Run

1. Make sure current path in the `rosworkspace` directory

$ source install/setup.bash


for PandarQT $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”PandarQT” frame_id:=”PandarQT” for Pandar64 $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”Pandar64” frame_id:=”Pandar64” for Pandar20A $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”Pandar20A” frame_id:=”Pandar20A” for Pandar20B $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”Pandar20B” frame_id:=”Pandar20B” for Pandar40P $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”Pandar40P” frame_id:=”Pandar40P” for Pandar40M $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”Pandar40M” frame_id:=”Pandar40M” for PandarXT-32 $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”PandarXT-32” frame_id:=”PandarXT-32” for PandarXT-16 $ roslaunch hesai_lidar hesai_lidar.launch lidar_type:=”PandarXT-16” frame_id:=”PandarXT-16”

```

  1. The driver will publish PointCloud messages to the topic /pandar
  2. Open Rviz and add display by topic
  3. Change fixed frame to frame_id to view published point clouds
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

  • launch/hesai_lidar.launch
      • pcap_file [default: ]
      • server_ip [default: 192.168.1.201]
      • lidar_recv_port [default: 2368]
      • gps_port [default: 10110]
      • start_angle [default: 0]
      • lidar_type [default: ]
      • frame_id [default: ]
      • pcldata_type [default: 0]
      • publish_type [default: points]
      • timestamp_type [default: realtime]
      • data_type [default: ]
      • namespace [default: hesai]
      • lidar_correction_file [default: $(find hesai_lidar)/config/correction.csv]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hesai_lidar at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.