# Reader Development

**URL:** https://discourse.paraview.org/t/reader-development/1547
**Category:** LidarView, Lidar, and SLAM
**Created:** [March 27, 2019, 11:04pm UTC](https://discourse.paraview.org/t/reader-development/1547 "2019-03-27T23:04:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![justinmadison](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/9e8a1a/32.png) [@justinmadison](https://discourse.paraview.org/u/justinmadison)
#### Post date: [March 27, 2019, 11:04pm UTC](https://discourse.paraview.org/t/reader-development/1547/1 "2019-03-27T23:04:07Z")

</div>

I would like to develop a ParaView reader for our LiDAR sensor. I have looked around for an example of a data reader that works with version 5.6 and have had difficulty finding something. I am new to ParaView development but it seems like most of the code out there uses a different set of CMake/ParaView macros then what is found in the 5.6 ParavView install. Is this accurate or am I missing something basic?

The LiDAR data is a time-varying point cloud. I guess it is too much to hope for an example that handles similar data. 🙂

Any help would be appreciated.

Thanks

Justin

---

<div class="post-metadata">

### Author: ![bastien.jacquet](https://discourse.paraview.org/user_avatar/discourse.paraview.org/bastien.jacquet/32/1067_2.png) [@bastien.jacquet](https://discourse.paraview.org/u/bastien.jacquet)
#### Post date: [March 28, 2019, 1:06pm UTC](https://discourse.paraview.org/t/reader-development/1547/2 "2019-03-28T13:06:33Z")

</div>

Hello Justin,

We have a ‘flavor’ of ParaView dedicated to Lidar data.  
It’s called VeloView and handles both live and recorded Velodyne’s sensor data.  
This aside, ParaView, and VeloView, handle time-varying data like a charm, and there is a LAS file reader accessible from ParaView.

After checking those out, maybe you can expand a bit on your data and your needs, we will try to help you out.

Best regards,  
Bastien Jacquet
