AutoLidarPerception / SqueezeSeg

Implementation of SqueezeSeg, convolutional neural networks for LiDAR point clout segmentation https://arxiv.org/abs/1710.07368
BSD 2-Clause "Simplified" License
23 stars 7 forks source link

rviz error: Couldn't find an AF_INET address for [] #9

Closed kxhit closed 6 years ago

kxhit commented 6 years ago

Hi! I got an error 'Couldn't find an AF_INET address for []' when I add depth_map to rviz. Do you know how to solve it? Thanks!!!

Durant35 commented 6 years ago

Please upload a screenshot for your error?or just Google it. That’s common

kxhit commented 6 years ago

@Durant35 Thanks! I figure this out by updating my ROS.

By the way, do you have the code that map 3D(X,Y,Z,range,intensity,label) point cloud to 2D image(WH6)?