dkoguciuk / jetson_follower

ROS package with simple marker detection and follow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About:

This is ROS package dedicated for simple visual marker recognition and follow.

Installation:

cd your_ros_ws/src
git clone https://github.com/dkoguciuk/jetson_follower.git
cd .. && catkin_make

Usage:

First of all you'll have to calibrate HSV params for your marker with jetson_calibration:

rosrun jetson_follower jetson_calibration

The resulted HSV values will be stored in config directory. Then you can run robot following node:

rosrun jetson_follower jetson_follower

About

ROS package with simple marker detection and follow.


Languages

Language:C++ 79.9%Language:Cuda 12.0%Language:CMake 8.1%