Display 2D lidar point Javascript

23 Views Asked by At

I want to display lidar 2D points on a webpage.

I've already tried using a canvas, but it's not the best solution because you have to use integer values and my lidar values are small so I have to use floats.

Do you know which library I could use to do this?
Knowing that I need to use CSS transform with translate and scale (display of points over an image).

Thank you!

Here is a canvas rendering with rounding:
enter image description here

For example, with rviz, I have this display for the same data:
enter image description here

0

There are 0 best solutions below