#include <ros/ros.h>#include <tf/transform_broadcaster.h>#include <nav_msgs/Odometry.h>#include <geometry_msgs/Twist.h>#include "roomba_500_series/OpenInterface.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) |
| int | main (int argc, char **argv) |
| std::string | prefixTopic (std::string prefix, char *name) |
Variables | |
| std::string | port |
| irobot::OpenInterface * | roomba |
| #define NODE_VERSION 2.01 |
Definition at line 37 of file roomba500_lightweight.cpp.
| void cmdVelReceived | ( | const geometry_msgs::Twist::ConstPtr & | cmd_vel | ) |
Definition at line 60 of file roomba500_lightweight.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 66 of file roomba500_lightweight.cpp.
| std::string prefixTopic | ( | std::string | prefix, |
| char * | name | ||
| ) |
Definition at line 52 of file roomba500_lightweight.cpp.
| std::string port |
Definition at line 48 of file roomba500_lightweight.cpp.
Definition at line 49 of file roomba500_lightweight.cpp.