Steps for the Robotics 88 coding challenge 🔥
- Clone this repo locally and make a branch named
test/your-name
- Make a ROS package in C++ on this branch such that
- It subscribes to an image topic
my_camera/image
- In the image callback, it converts the image from RGB to grayscale
- It performs contour analysis on the image
- It republishes the grayscale image with contours overlaid
- It subscribes to an image topic
- Add a launch file to make the image topic configurable
- Create a PR here for your branch