RoboSense-LiDAR / rslidar_sdk

RoboSense LiDAR SDK for ROS & ROS2
Other
455 stars 219 forks source link

Unable to Visualize RS80 PCAP data in RVIZ #54

Open ajay1606 opened 3 years ago

ajay1606 commented 3 years ago

Hello,

I am trying to run Visualize the RS lidars data recorded in PCAP format using ROS workspace. By configuring the below config.yaml am able to visualize data of RS128 and RS32 without any issues.

Similiarly, If i configure configue.yaml file for RS80 (RSRubyLite) Lidar am getting points like this.

image

lidar:
  - driver:
      lidar_type: RS80           #LiDAR type - RS16, RS32, RSBP, RS128, RS80, RSM1, RSHELIOS
      frame_id: /rslidar           #Frame id of message
      msop_port: 6699              #Msop port of lidar
      difop_port: 7788             #Difop port of lidar
      start_angle: 0               #Start angle of point cloud
      end_angle: 360               #End angle of point cloud 
      min_distance: 0.2            #Minimum distance of point cloud
      max_distance: 200            #Maximum distance of point cloud
      use_lidar_clock: false       #True--Use the lidar clock as the message timestamp
                                                   #False-- Use the system clock as the timestamp  

Any help is much appreciated. Thanks

Regards, Ajay

RS-Alex commented 2 years ago

Please try adding the .angle file in your rsview for RS80, with the hidden parameter "angle_path". Detailed information could be found in hidden_parameters_intro in driver.

If this does not help please record a pcap file and send to alex.guo@robosense.cn I will check this issue.