Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.04 KB

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.