turtlesim

Summary

turtlesim
Version:

0.6.0

Description:

turtlesim is a tool made for teaching ROS and ROS packages.

Maintainers:
  • Dirk Thomas <dthomas AT osrfoundation DOT org>
Licenses:
  • BSD
Urls:
Authors:
  • Josh Faust
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

turtlesim/Color
Field:
  • r (uint8) –
  • g (uint8) –
  • b (uint8) –
uint8 r
uint8 g
uint8 b
turtlesim/Pose
Field:
  • x (float32) –
  • y (float32) –
  • theta (float32) –
  • linear_velocity (float32) –
  • angular_velocity (float32) –
float32 x
float32 y
float32 theta

float32 linear_velocity
float32 angular_velocity

Service types

turtlesim/TeleportAbsolute
Field (Request):
 
  • x (float32) –
  • y (float32) –
  • theta (float32) –
float32 x
float32 y
float32 theta
---
turtlesim/TeleportRelative
Field (Request):
 
  • linear (float32) –
  • angular (float32) –
float32 linear
float32 angular
---
turtlesim/Kill
Field (Request):
 
  • name (string) –
string name
---
turtlesim/SetPen
Field (Request):
 
  • r (uint8) –
  • g (uint8) –
  • b (uint8) –
  • width (uint8) –
  • off (uint8) –
uint8 r
uint8 g
uint8 b
uint8 width
uint8 off
---
turtlesim/Spawn
Field (Request):
 
  • x (float32) –
  • y (float32) –
  • theta (float32) –
  • name (string) –
Field (Response):
 
  • name (string) –
float32 x
float32 y
float32 theta
string name # Optional.  A unique name will be created and returned if this is empty
---
string name