Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukicdarkoo/webots-example-visual-tracking
Webots visual tracking example with OpenCV
https://github.com/lukicdarkoo/webots-example-visual-tracking
opencv robotics visual-tracking webots
Last synced: 10 days ago
JSON representation
Webots visual tracking example with OpenCV
- Host: GitHub
- URL: https://github.com/lukicdarkoo/webots-example-visual-tracking
- Owner: lukicdarkoo
- License: apache-2.0
- Created: 2020-10-06T19:30:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T17:18:40.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T12:14:58.702Z (over 1 year ago)
- Topics: opencv, robotics, visual-tracking, webots
- Language: Python
- Homepage: https://lukicdarkoo.github.io/webots-example-visual-tracking/
- Size: 1.23 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webots Visual Tracking Example
[![Webots Badge](https://badgen.net/badge/icon/Preview%20simulation?label=Webots)](https://lukicdarkoo.github.io/webots-example-visual-tracking/master)
[![Stack Overflow Badge](https://badgen.net/badge/icon/Show%20question?label=Stack%20Overflow&color=orange)](https://stackoverflow.com/questions/64027373/rotation-in-certain-direction-in-webots)This example shows a robot following a red ball in Webots.
The robot uses a HSV thresholding (using OpenCV) to detect the red ball and a simple P controller to track it.![](./assets/preview.png)