turtle_actionlib¶
Contents:
Summary¶
-
turtle_actionlib
¶ Version: 0.1.8
Description: turtle_actionlib demonstrates how to write an action server and client with the turtlesim. The shape_server provides and action interface for drawing regular polygons with the turtlesim.
Maintainers: - Daniel Stonier <d DOT stonier AT gmail DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/turtle_actionlib>
- repository<https://github.com/ros/common_tutorials>
- bugtracker<https://github.com/ros/common_tutorials/issues>
Authors: - Melonee Wise
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Action types¶
-
turtle_actionlib/Shape
¶ Field (Goal): - edges (int32) –
- radius (float32) –
Field (Result): - interior_angle (float32) –
- apothem (float32) –
goal definition
#goal definition int32 edges float32 radius --- #result definition float32 interior_angle float32 apothem --- #feedback