"Come, refuse, go, stay" is a small car based on Openmv ranging to identify objects and maintain a constant distance

Recently, a classmate came to me because his graduation project was about to be concluded. His project was to make a car that could recognize the QR code and realize ranging. At the same time, he also hoped that the car would keep a constant distance from the QR code. That is, when the QR code approaches the car, the car will retreat, and when ...

Added by SnakeO on Fri, 18 Feb 2022 12:04:56 +0200

Artificial intelligence and intelligent systems 2 - > robotics 2 | time and motion

After learning the third chapter of Robotics, Vision and Control, I found that the book has supporting videos. It's hard to read the second chapter. I have a hard understanding of many places. Now I'm going to have a good look at the videos and take notes as a supplement. References for this series: <Robotics, Vision and Control> Open ...

Added by remmargorp on Sat, 05 Feb 2022 21:03:08 +0200

ROS occupancygrid learning notes

OccupancyGrid ROS navigates through the OccupancyGrid, which consists of a yaml format metadata file, and picture format map data file. Map metadata Map metadata XXX The format of yaml is as follows: image: testmap.pgm resolution: 0.1 origin: [0.0, 0.0, 0.0] occupied_thresh: 0.65 free_thresh: 0.196 negate: 0 Notes are as follows: Image ...

Added by verbalkint81 on Tue, 21 Dec 2021 02:44:46 +0200

Detailed explanation of camera model and de distortion method

We are all familiar with cameras, which can map point sets in 3D space to 2D planes. This mapping process needs to be described by geometric model. The simplest and most basic model is the pinhole camera model, which describes the basic projection and imaging inertia of the camera. However, our commonly used cameras have lenses. Because o ...

Added by travelerBT on Sat, 09 Oct 2021 12:19:16 +0300