Incorrect visualization of LiDAR
See original GitHub issueSystem information (version)
- Ubuntu 16.04 64bit
- ROS Kinetic
- CARLA v0.9.2(compiled version)
- ros-bridge https://github.com/carla-simulator/ros-bridge/commit/b054cee0d9a1d2edcc6829c81cfcce4dbca4a94a
Detailed description
I tried to use ros-bridge and visualize LiDAR data using rviz. But, I think that visualization of LiDAR data is incorrect.
It seems that the result of visualization is correct when the vehicle stops.
But, it seems that the result of visualization is incorrect and points of past frame remain when the vehicle moves.
I could not determine the problem which is the problem between CARLA and ros-bridge.
Steps to reproduce
CarlaUE4
$ cd ${CARLA_ROOT}
$ ./CarlaUE4.sh -carla-server -windowed -ResX=320 -ResY=240
carla_ros_bridge
$ source ~/ros/catkin_ws_for_carla/devel/setup.bash
$ roslaunch carla_ros_bridge client_with_rviz.launch
manual_control
$ cd ${CARLA_ROOT}
$ python manual_control.py
And, I selected LiDAR
as sensor.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Lidar Error Dictionary | U.S. Geological Survey - USGS.gov
The purpose of this dictionary is to provide standardized language to describe commonly encountered errors associated with lidar datasets submitted to the ...
Read more >Shifting LiDAR point clouds that have been incorrectly ...
I have two LiDAR point clouds (.las files) of a densely forested area that were captured from two different sensors (A and B)....
Read more >Correcting Positioning for LiDAR Datatset - Esri Community
I am analyzing multiple LiDAR datasets looking at the changes between pre-wildfire and post-wildfire topography.
Read more >Why Not a Single Image? Combining Visualizations to ... - MDPI
Visualization products computed from a raster elevation model still form the basis of most archaeological and geomorphological enquiries of lidar data.
Read more >Is Elon Wrong About LiDAR? - Scale AI
Looking at the LiDAR point cloud takes almost all this guesswork out since the captured points trace the edges of both the left...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danil-tolkachev Thank you for your solution. It seems that the result of visualization is correct.
@gnykumar Thank you for your proposal! I’ll try this proposal.