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 have tried to implement your library within CARLA and ROS, but I see that after following all the steps mentioned in the repo, the LIVOX LiDARs seem to return empty data:
Output print: CARLA LIDAR: LidarMeasurement(frame=36016, timestamp=523.499065, number_of_points=0)
Even though the creation of those LiDARs are correct from CARLA's side:
I have tried to implement your library within CARLA and ROS, but I see that after following all the steps mentioned in the repo, the LIVOX LiDARs seem to return empty data:
Output print: CARLA LIDAR: LidarMeasurement(frame=36016, timestamp=523.499065, number_of_points=0) Even though the creation of those LiDARs are correct from CARLA's side:
But I found that there is another file in which the path should be changed: LiDARSimLib/Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Sensor/Risley_prism.cpp
After I changed the path in Risley_prism.cpp, the horizon lidar had "normal" output.
Hello there,
I have tried to implement your library within CARLA and ROS, but I see that after following all the steps mentioned in the repo, the LIVOX LiDARs seem to return empty data:
Output print: CARLA LIDAR: LidarMeasurement(frame=36016, timestamp=523.499065, number_of_points=0)
Even though the creation of those LiDARs are correct from CARLA's side:
The text was updated successfully, but these errors were encountered: