Skip to content

Feature/igvc cv#63

Open
H2re wants to merge 5 commits intodevelopfrom
feature/igvc_cv
Open

Feature/igvc cv#63
H2re wants to merge 5 commits intodevelopfrom
feature/igvc_cv

Conversation

@H2re
Copy link

@H2re H2re commented Feb 24, 2026

Added CV ROS2 Node

@zbrotherton zbrotherton requested a review from Glesko22 February 24, 2026 05:02
@zbrotherton zbrotherton linked an issue Feb 24, 2026 that may be closed by this pull request
def image_callback(self, msg):
frame = self.bridge.imgmsg_to_cv2(msg, 'bgr8')
gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
blur = cv2.GaussianBlur(gray, (11, 11), 33, 33)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The arguments of the GaussianBlur function (as well as the Canny and HoughLinesProbability) will be adjusted in the future based on our actual camera image and testing. Would it be better to have them as arguments in this function or will they be manually edited in the code?

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.

Include CV repository as a ROS2 Node

3 participants