YaelBenShalom / Turtle-Control

This package lets the simulated turtle follow a series of waypoints. The package depends on turtlesim - it's designed to control the turtle and uses messages/services from the turtlesim package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutle Control

Table of Contents

Description

This package lets the simulated turtle follow a series of waypoints. The package depends on turtlesim - it's designed to control the turtle and uses messages/services from the turtlesim package.
The turtle chases after another turtle (Mark), and when he's close to catch him, Mark transports himself to the next waypoint.

Getting Started

Create a workspace, clone the repo, and build the workspace:

mkdir -p ws/src && cd ws/src
git clone https://github.com/YaelBenShalom/Turtle-Control.git
cd ../..
catkin_make
source devel/setup.bash 

Usage and Configuration Instructions

To start running the turtlebot in figure-eight trajectory, run roslaunch Turtle-Control waypoint_follow.launch.

About

This package lets the simulated turtle follow a series of waypoints. The package depends on turtlesim - it's designed to control the turtle and uses messages/services from the turtlesim package.

License:MIT License


Languages

Language:Python 90.7%Language:CMake 9.3%