-
Notifications
You must be signed in to change notification settings - Fork 22
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
GpuMat invalid argument #27
Comments
Thanks for your report! I have't test the post-process of GpuMat.
Thanks! @BB142 |
Thanks for your fast response.
This error happens when splitting the talker and listener in two seperate executor. With one executor everything works fine. |
You can not simply use ros2_shm_msgs/cuda/gmat_image_talker.hpp Line 51 in 42fde5f
so, use this command to run the origional executable, to check if there is still output the error. cd ./install/shm_msgs/lib/shm_msgs/
./gmat_image_node |
I will find some time to check your code in the fork. humble...BB142:ros2_shm_msgs:humble Before this , I suggest you run the original code to test the new type adaption feature in humble. |
Hey,
thanks a lot for the awesome examples.
I tried your cuda GpuMat examples and it is working fine.
Doing stuff with the GpuMat at the listener side is somehow impossible.
Functions like download, clone(), etc. yield an invalid argument error.
The gpu_mat is not empty.
Any idea how to access the data of the GpuMat at listener side?
The text was updated successfully, but these errors were encountered: