Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)