elevation_mapping_cupy icon indicating copy to clipboard operation
elevation_mapping_cupy copied to clipboard

Banning a radius around the sensor (Question)

Open mukundbala opened this issue 11 months ago • 2 comments

Hi,

I've integrate the elevation_mapping_cupy together with my Hexapod, using D435 mounted at the front, running on the Jetson Orin AGX. I am planning to move to a 3D Lidar soon. An issue I have with using both sensors is that the legs of the Hexapod show up in the elevation map as large spikes. How would i specify a radius with respect to a particular frame, eg BaseLink to disable the map inside this radius to prevent this from happening

?

mukundbala avatar Sep 14 '23 07:09 mukundbala

You can increase this parameter for example.

min_valid_distance: 0.5 # points with shorter distance will be filtered out.

mktk1117 avatar Sep 27 '23 04:09 mktk1117

I would filter the pointcloud using a simple cropbox first. See this answer if you need something more complicated.

roboticlemon avatar Apr 30 '24 13:04 roboticlemon