[Documentation] [TitleIndex] [WordIndex

Overview

This tutorial package provides a shape_server and example shape_client for drawing regular polygons with the turtlesim_node. The default client will draw a pentagon in turtlesim.

The Shape.action is defined below:

Running the Tutorial Code

To run the default example, start by getting the required dependencies and making the package.

$ rosdep install turtle_actionlib
$ rosmake turtle_actionlib 

Then in separate terminals rosrun the following nodes:

$ rosrun turtlesim turtlesim_node
$ rosrun turtle_actionlib shape_server
$ rosrun turtle_actionlib shape_client

You will see:


2024-07-13 14:39