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

Port image processor library to ROS 2 #484

Merged
merged 2 commits into from Dec 11, 2019
Merged

Conversation

jacobperron
Copy link
Contributor

@jacobperron jacobperron commented Dec 11, 2019

I think this was overlooked in during the original ROS 2 port (#426).

Summary of changes:

  • Add back processor.cpp (00bc038)
  • Port processor.cpp for ROS 2 (3ce82e7)
    • Added library back to CMakeLists.txt
    • Made changes for library to compile
    • Added new dependency to rcutils for logging
    • Linted to satisfy tests

The implementation was removed (accidentally?) in #426.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
* Added library back to CMakeLists.txt
* Renamed image_proc executable to it's former name
* Made changes for library to compile
* Added new dependency to rcutils for logging
* Linted to satisfy tests

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron
Copy link
Contributor Author

I'll add that I noticed that the library was missing when I started porting stereo_image_proc (#360), which uses it.

@jacobperron jacobperron merged commit 70dd1b4 into ros2 Dec 11, 2019
@jacobperron jacobperron deleted the jacob/ros2_image_processor branch December 11, 2019 21:24
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.

None yet

2 participants