ros-drivers / velodyne

ROS support for Velodyne 3D LIDARs
http://ros.org/wiki/velodyne
Other
655 stars 652 forks source link

Potential Depth-image creation #26

Closed Gariben closed 10 years ago

Gariben commented 10 years ago

I would like to see if I could create add the ability to create a depth image to the velodyne stack. I have a theoretical approach lined out:

(from my ros answers post)

I think if I can get the 'rotation' value from the 'row_block_t' (from rawdata.h) and then the 'laser_number' values (from rawdata.cc), I can make a matrix of size ROTATION_MAX_UNITS by SCANS_PER_BLOCK and then store the depth to each pixel (raw->blocks[i].rotation, j). However, I'm kind of unsure on how to access the values I need. I have the velodyne package in my workspace and the rawdata.cc, but I don't know how to use that information.

jack-oquin commented 10 years ago

Closing. This project was done externally, and there is no plan to merge it into the main driver repository.

TobiasCy commented 8 years ago

Is the external Project public? I would like to test this approach.

jack-oquin commented 8 years ago

I doubt it, but you'd need to contact @Gariben to find out.

lschaupp commented 6 years ago

@Gariben i would be interested into your approach. Could you pm me?

FedericoPicetti commented 6 years ago

Hello @Gariben, I'm interested in your approach too. Can we get in contact? Thank you!