ROS Project - Build an embedded Computer Vision system using ROS
Hello, in our project, we will have to:
- Launch the rosbag and emulate all 3 cameras and the LiDAR
- Create a package that will:
- Subscribe to the camera image
- Run a tiny YOLO on it
- Create a message type Bounding Boxes with the information
- Publish the Bounding Boxes in a topic
After this, you will have:
- Subscribed and Publish using Nodes, Topics, Messages, ...
- Created a real-time algorithm that runs on a real computer
- Understand how to work with ROS
29 Lessons