You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the ros2 branch, running the RPLidar S3 with rplidar_ros on ros2 iron.
Everything seems to be fine. However, LaserScan messages are only published at 10Hz. According to the data sheet, the S3 is capable of publishing at 20Hz.
How to configure rplidar_ros, to publish at 20Hz?
I already tried to pass the parameter 'scan_frequency': 20.0 and 'scan_mode': "Standard" to the rplidar_node in the launch file.
On stdout, the rod node actually tells to publish at 20Hz: [rplidar_node-1] [INFO] [1704789672.831671430] [rplidar_node]: current scan mode: Standard, sample rate: 16 Khz, max_distance: 16.0 m, scan frequency:20.0 Hz,
however, the rod LaserScan messages only come at 10Hz:
I am on the ros2 branch, running the RPLidar S3 with rplidar_ros on ros2 iron.
Everything seems to be fine. However, LaserScan messages are only published at 10Hz. According to the data sheet, the S3 is capable of publishing at 20Hz.
How to configure rplidar_ros, to publish at 20Hz?
I already tried to pass the parameter 'scan_frequency': 20.0 and 'scan_mode': "Standard" to the rplidar_node in the launch file.
On stdout, the rod node actually tells to publish at 20Hz:
[rplidar_node-1] [INFO] [1704789672.831671430] [rplidar_node]: current scan mode: Standard, sample rate: 16 Khz, max_distance: 16.0 m, scan frequency:20.0 Hz,
however, the rod LaserScan messages only come at 10Hz:
How to increase to 20Hz?
The text was updated successfully, but these errors were encountered: