-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whats the Equivalent Node of transform_node (velodyne) in rslidar? #14
Comments
Maybe you can record data as a pcap using wireshark, and use the driver by setting "pcap" parameter. Or record rosbag with |
@HaoQChen , I have used the pcap parameter but points are being read slowly. Driver is publishing 75 packets per scan. Is there any setting to read data at actual speed? Also, is there any way to preserve original time stamps? |
75 per scan is right if it is RS-Lidar-16. You can read about If you need to preserve original time stamps, I recommend you record
|
Hi,
I have bag files with rslidar packets.
I want to convert them to sensor_msgs/PointCloud2 format. Do you have a sample launch file to do that?
Also, Resulting bag files are larger than Velodyne, may be due to Longer range supported by RSlidar. Is there a ros param to define Maximum range?
The text was updated successfully, but these errors were encountered: