-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature/cuda height map #521
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm so happy with this progress. Left a bunch of comments about cleanup and whatnot, but functionality looks good... except for the demo which doesn't work for me :(
ihmc-high-level-behaviors/src/main/java/us/ihmc/PerceptionAndAutonomyProcess.java
Outdated
Show resolved
Hide resolved
ihmc-high-level-behaviors/src/main/java/us/ihmc/perception/RapidHeightMapManager.java
Outdated
Show resolved
Hide resolved
ihmc-high-level-behaviors/src/main/java/us/ihmc/perception/RapidHeightMapManager.java
Outdated
Show resolved
Hide resolved
ihmc-perception/src/main/java/us/ihmc/perception/cuda/CUDAProgram.java
Outdated
Show resolved
Hide resolved
ihmc-perception/src/main/java/us/ihmc/perception/cuda/CUDAStreamManager.java
Outdated
Show resolved
Hide resolved
ihmc-perception/src/main/java/us/ihmc/perception/tools/PerceptionDebugTools.java
Outdated
Show resolved
Hide resolved
ihmc-perception/src/main/java/us/ihmc/perception/gpuHeightMap/RapidHeightMapExtractorCuda.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file also needs some cleanup
|
||
import java.util.List; | ||
|
||
public class RDXRapidHeightMapExtractorCudaDemo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public class RDXRapidHeightMapExtractorCudaDemo | |
public class RDXRapidHeightMapExtractorCUDADemo |
Or whatever change to match the name change of the extractor
...level-behaviors/src/test/java/us/ihmc/rdx/perception/RDXRapidHeightMapExtractorCudaDemo.java
Outdated
Show resolved
Hide resolved
This reverts commit 7dd798f.
…ature/cuda-height-map
The flying point should be in a different PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the flying point commits are removed (to a different branch) this seems great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should call this CUDAFlyingPointsFilter
added height map CUDA code