Skip to content

Sollimann/ROS_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Build Status

AUV-CV

Download this repo to your src-folder in your catkin workspace.

Installing dependencies

OpenCV >= 3.4.0: https://github.com/opencv/opencv

ROS - Kinetic Kame: http://wiki.ros.org/kinetic

sudo apt install ros-kinetic-camera-info-manager
sudo apt install ros-kinetic-cv-bridge
sudo apt-get install ros-kinetic-turtlebot ros-kinetic-turtlebot-apps
ros-kinetic-turtlebot-interactions ros-kinetic-turtlebot-simulator
ros-kinetic-kobuki-ftdi

ROS nodes

turtlebot

Task 1 of the competition. Uses color filtering together with contour detection by OpenCV to capture the pole(s) of the gate. Publishes the midpoint of the detected pole(s) on the topic: pole_midpoint.

Usage:

$ roslaunch followbot course.launch

Topics should be spesified for [topic].

Path_marker

Uses color filtering together with line detection by OpenCV to capture the direction intended by the guide post. The direction (compared to the heading of the AUV) is buffered using the "sliding window"-method before returning the average.

About

example codes for ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published