#include <ros/ros.h>#include <tf/transform_broadcaster.h>#include <nav_msgs/Odometry.h>#include <geometry_msgs/Twist.h>#include <roomba_500_series/Battery.h>#include <roomba_500_series/Bumper.h>#include <roomba_500_series/Buttons.h>#include <roomba_500_series/RoombaIR.h>#include <roomba_500_series/IRCharacter.h>#include <roomba_500_series/WheelDrop.h>#include <roomba_500_series/Leds.h>#include <roomba_500_series/DigitLeds.h>#include <roomba_500_series/Song.h>#include <roomba_500_series/PlaySong.h>#include "roomba_500_series/OpenInterface.h"#include "roomba_500_series/GoDock.h"#include <string>
Go to the source code of this file.
Defines | |
| #define | NODE_VERSION 2.01 |
Functions | |
| void | cmdVelReceived (const geometry_msgs::Twist::ConstPtr &cmd_vel) |
| void | digitLedsReceived (const roomba_500_series::DigitLeds::ConstPtr &leds) |
| void | ledsReceived (const roomba_500_series::Leds::ConstPtr &leds) |
| int | main (int argc, char **argv) |
| void | playSongReceived (const roomba_500_series::PlaySong::ConstPtr &song) |
| std::string | prefixTopic (std::string prefix, char *name) |
| void | songReceived (const roomba_500_series::Song::ConstPtr &song) |
Variables | |
| std::string | port |
| irobot::OpenInterface * | roomba |
| #define NODE_VERSION 2.01 |
Definition at line 37 of file roomba560.cpp.
| void cmdVelReceived | ( | const geometry_msgs::Twist::ConstPtr & | cmd_vel | ) |
Definition at line 71 of file roomba560.cpp.
| void digitLedsReceived | ( | const roomba_500_series::DigitLeds::ConstPtr & | leds | ) |
Definition at line 81 of file roomba560.cpp.
| void ledsReceived | ( | const roomba_500_series::Leds::ConstPtr & | leds | ) |
Definition at line 76 of file roomba560.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 108 of file roomba560.cpp.
| void playSongReceived | ( | const roomba_500_series::PlaySong::ConstPtr & | song | ) |
Definition at line 102 of file roomba560.cpp.
| std::string prefixTopic | ( | std::string | prefix, |
| char * | name | ||
| ) |
Definition at line 63 of file roomba560.cpp.
| void songReceived | ( | const roomba_500_series::Song::ConstPtr & | song | ) |
Definition at line 88 of file roomba560.cpp.
| std::string port |
Definition at line 60 of file roomba560.cpp.
Definition at line 61 of file roomba560.cpp.