RobotWebTools / ros3djs

3D Visualization Library for use with the ROS JavaScript Libraries
https://robotwebtools.github.io/ros3djs
Other
353 stars 212 forks source link

Adding decay time to PointCloud2 #657

Open Pandananana opened 4 months ago

Pandananana commented 4 months ago

It would be very valuable for me if it was possible to have the PointCloud2 stay visible for a set amount of seconds, so that I can easily see what I have scanned already, and to see if overlap is too much or too little.

This PR is relevant, but is flawed: https://github.com/RobotWebTools/ros3djs/pull/357

If there is an easier / better way that doesn't require modifying ROS3Djs I would also like to know.

MatthijsBurgh commented 4 months ago

I don't have the time to implement this. In case you write the code, I am happy to review it.

Pandananana commented 3 months ago

Ok I will look into it. I am guessing it should include a unit test, as mentioned in the other PR?

MatthijsBurgh commented 3 months ago

That is indeed very desired to keep it maintainable in the future.