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

ROS1 - GPU acceleration #11

Open
wants to merge 4 commits into
base: ros1
Choose a base branch
from
Open

ROS1 - GPU acceleration #11

wants to merge 4 commits into from

Conversation

amc-nu
Copy link

@amc-nu amc-nu commented Aug 8, 2023

  • Adds ROS1 support
  • Adds Support for NvJPEG compression
  • If no GPU or NvJPEG is available, the implementation falls back to TurboJPEG
  • Adds support for GPU-based image rectification (NPP)

* fisrt commit

* wip

Signed-off-by: tokuda99 <[email protected]>

* add pixel format func

* Fix compilation on CUDA and crash

* Add ROS1 launch file

* Refactor directory structure

* Add gpu_imgproc

* Add gpu_imgproc (2)

* Hack to fix compilation

* fix param setting

* fix format converter

* remove YUV422_YUY2 format converter

* add yuv422_yuy2 format

* Fix CUDA_INCLUDE_DIRS on gpuimgproc

* [gpu] Fix module path and cleanup CMakeLists.txt

* Fix typo

* Fix crash due to uninitialized variable

* Add options for separate camera info urls

* Remove CUDA language requirement

* Separate dependencies for CUDA stuff

* Fix NPP library linking on non-NPP platform

* Fix compilation for CUDA

* Add image_geometry dependency

* v4l2_camera_device. fix timestamps

Signed-off-by: Abraham Cano <[email protected]>

* Update nano to seconds

---------

Signed-off-by: tokuda99 <[email protected]>
Signed-off-by: Abraham Cano <[email protected]>
Co-authored-by: tokuda99 <[email protected]>
Co-authored-by: Yuri Guimaraes <[email protected]>
@drwnz drwnz requested review from drwnz and manato August 8, 2023 04:38
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

Successfully merging this pull request may close these issues.

1 participant