-
Notifications
You must be signed in to change notification settings - Fork 0
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
autoware.universe and Robosense Lidar #1
Comments
So far, yes but not ideal. I am still waiting for the official release, as they should have a better understanding to their product. This description is highly reference to the velodyne's one. |
感谢回答,目前我在尝试Robosense RS16与autoware.universe集成,但是失败了。我尝试使用ros_rslidar发送原始数据给velodyne_pointcloud,但是处理后的结果依然无法使用。 |
If u can launch rs LiDAR with autoware I believe the description file is working at least. First thing to check is to echo the original /rslidar_points to see is there scan data, if yes, then this might caused by the missing data field of rslidar driver. So when you echo the final output of precoessing node, it should be empty. |
I used the official driver rslidar_sdk provided.I added the CAD field for the topic /rslidar_points it eventually outputs and passed the input topic directly into this cropbox component.
The self_cropped/pointcloud_ex topic has data output. But I haven't done a real car test yet. |
@DiTianba yes, you have to add extra data field into the original driver before passing to the processing node. Btw, back to the description file, have you created your own? Would u mind sharing to the community? Thanks |
@TZECHIN6 I just changed the topic /rslidar_points output by rslidar_sdk to /sensing/lidar/top/rslidar_points, and commented out the code about velodyne. |
oh, so you havent give a TF to the base_link of your robosense lidar? I think its quite important for your robot to understand the reference of each lidar points, otherwise the localization and navigation would have problems i believe. |
博主你好,关于autoware.universe与robosense Lidar适配的问题你解决了吗?
Hello, have you resolved the issue of compatibility between autoware.universe and robosense Lidar?
The text was updated successfully, but these errors were encountered: