Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banning a radius around the sensor (Question) #64

Open
mukundbala opened this issue Sep 14, 2023 · 2 comments
Open

Banning a radius around the sensor (Question) #64

mukundbala opened this issue Sep 14, 2023 · 2 comments

Comments

@mukundbala
Copy link

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

?

@mktk1117
Copy link
Collaborator

You can increase this parameter for example.

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

@roboticlemon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants