News

My robot is with Imagimob x Infineon 😎

https://www.linkedin.com/posts/jim-li-9072ba212_edgeai-tinyml-surfacedetection-activity-7201167380037701632-_UJh?utm_source=share&utm_medium=member_desktop&rcm=ACoAADXLO5cBaDT_zUzUVrsadKeying9T8EINd0

Introduction

Now, it’s our winter break at TUM. After the grade from ML was released, I can finally take a short break. So, I decided to catch up on my memory in Robot Operating System. I actually took a course called Self-Driving Car back in NTHU in Taiwan. To be honest, I didn't really know how ROS work by then because all of the simulation environments, packages are completely set up by our strong TAs, so ... basically, the only thing we had to do is just bare CODING... That’s not funnnnnnnnnn!

On top of that, I took the online introductory ROS course from The Construct and try to understand the architecture of this cool stuff...and I have to say, the course is AWESOMEEEEEEEE!!!! Therefore, after finishing the course, I decided to do some projects on my own and eventually build up some cool stuff and share it with people.

Project Organization

So, in our very first step, I’m gonna start with building up the robot and try to rosify it. Today, I’m gonna rosify my webcam.

Camera Set up

I want to lower my budget, so I decided to use my own webcam. So, the first thing we need to do is try to let the camera see something with Jetson Nano.

48C5AB6D-4597-41E5-AD83-DB6BAE63E733.jpeg

I search on ROS Wiki and I found the ROS package for USB camera. So I git clone it to my ~/catkin_ws/src and enter catkin_make . Later, by launching its test file, we can publish the image data to the rostopic /usb_cam/camera_info and /usb_cam/image_raw.

Wiki