#include <turtle_frame.h>
|
| std::string | spawnTurtle (const std::string &name, float x, float y, float angle) |
| |
| std::string | spawnTurtle (const std::string &name, float x, float y, float angle, size_t index) |
| |
| | TurtleFrame (QWidget *parent=0, Qt::WindowFlags f=0) |
| |
| | ~TurtleFrame () |
| |
Definition at line 52 of file turtle_frame.h.
◆ M_Turtle
◆ TurtleFrame()
| turtlesim::TurtleFrame::TurtleFrame |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~TurtleFrame()
| turtlesim::TurtleFrame::~TurtleFrame |
( |
| ) |
|
◆ clear()
| void turtlesim::TurtleFrame::clear |
( |
| ) |
|
|
private |
◆ clearCallback()
| bool turtlesim::TurtleFrame::clearCallback |
( |
std_srvs::Empty::Request & |
, |
|
|
std_srvs::Empty::Response & |
|
|
) |
| |
|
private |
◆ hasTurtle()
| bool turtlesim::TurtleFrame::hasTurtle |
( |
const std::string & |
name | ) |
|
|
private |
◆ killCallback()
| bool turtlesim::TurtleFrame::killCallback |
( |
turtlesim::Kill::Request & |
req, |
|
|
turtlesim::Kill::Response & |
|
|
) |
| |
|
private |
◆ onUpdate
| void turtlesim::TurtleFrame::onUpdate |
( |
| ) |
|
|
privateslot |
◆ paintEvent()
| void turtlesim::TurtleFrame::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protected |
◆ resetCallback()
| bool turtlesim::TurtleFrame::resetCallback |
( |
std_srvs::Empty::Request & |
, |
|
|
std_srvs::Empty::Response & |
|
|
) |
| |
|
private |
◆ spawnCallback()
| bool turtlesim::TurtleFrame::spawnCallback |
( |
turtlesim::Spawn::Request & |
req, |
|
|
turtlesim::Spawn::Response & |
res |
|
) |
| |
|
private |
◆ spawnTurtle() [1/2]
| std::string turtlesim::TurtleFrame::spawnTurtle |
( |
const std::string & |
name, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
angle |
|
) |
| |
◆ spawnTurtle() [2/2]
| std::string turtlesim::TurtleFrame::spawnTurtle |
( |
const std::string & |
name, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
angle, |
|
|
size_t |
index |
|
) |
| |
◆ updateTurtles()
| void turtlesim::TurtleFrame::updateTurtles |
( |
| ) |
|
|
private |
◆ clear_srv_
◆ frame_count_
| uint64_t turtlesim::TurtleFrame::frame_count_ |
|
private |
◆ height_in_meters_
| float turtlesim::TurtleFrame::height_in_meters_ |
|
private |
◆ id_counter_
| uint32_t turtlesim::TurtleFrame::id_counter_ |
|
private |
◆ kill_srv_
◆ last_turtle_update_
◆ meter_
| float turtlesim::TurtleFrame::meter_ |
|
private |
◆ nh_
◆ path_image_
| QImage turtlesim::TurtleFrame::path_image_ |
|
private |
◆ path_painter_
| QPainter turtlesim::TurtleFrame::path_painter_ |
|
private |
◆ private_nh_
◆ reset_srv_
◆ spawn_srv_
◆ turtle_images_
| QVector<QImage> turtlesim::TurtleFrame::turtle_images_ |
|
private |
◆ turtles_
| M_Turtle turtlesim::TurtleFrame::turtles_ |
|
private |
◆ update_timer_
| QTimer* turtlesim::TurtleFrame::update_timer_ |
|
private |
◆ width_in_meters_
| float turtlesim::TurtleFrame::width_in_meters_ |
|
private |
The documentation for this class was generated from the following files: