Skip to content

Commit e60b971

Browse files
Merge pull request #925 from soumya997/master
3rd blog of RBS: ROS2 and Carla Setup Guide for Ubuntu 22.04
2 parents 21df334 + 6a22335 commit e60b971

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Monocular SLAM for Robotics implementation in python/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Display(object):
66
def __init__(self, W, H):
77
sdl2.ext.init()
8-
self.window = sdl2.ext.Window("Tim Slam", size=(W, H))
8+
self.window = sdl2.ext.Window("SLAM", size=(W, H))
99
self.window.show()
1010
self.W, self.H = W, H
1111

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/course
1515

1616
| Blog Post | Code|
1717
| ------------- |:-------------|
18+
| [ROS2 and Carla Setup Guide for Ubuntu 22.04](https://learnopencv.com/ros2-and-carla-setup-guide/) | |
1819
| [Understanding Visual SLAM for Robotics Perception: Building Monocular SLAM from Scratch in Python](https://learnopencv.com/monocular-slam-in-python/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Monocular%20SLAM%20for%20Robotics%20implementation%20in%20python) |
1920
| [Enhancing Image Segmentation using U2-Net: An Approach to Efficient Background Removal](https://learnopencv.com/u2-net-image-segmentation/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Efficient-Background-Removal-using-U2-Net) |
2021
| [YOLOv10: The Dual-Head OG of YOLO Series](https://learnopencv.com/yolov10/) | [Code](https://github.com/spmallick/learnopencv/tree/master/YOLOv10) |

0 commit comments

Comments
 (0)