TraveSim Adapters
0.1
Protobuf adapters for TraveSim project
|
ROS teams commands sender class definition. More...
#include <ros/ros.h>
#include <std_msgs/Float64.h>
#include "travesim_adapters/ros/teams_sender.hpp"
Go to the source code of this file.
Namespaces | |
travesim | |
travesim::ros_side | |
Macros | |
#define | BUFFER_SIZE 2 |
#define | ROBOT_WHEEL_TOPIC(color, num, side) "/" color "_team/robot_" + std::to_string(num) + "/" side "_controller/command" |
ROS teams commands sender class definition.
Definition in file teams_sender.cpp.
#define BUFFER_SIZE 2 |
Definition at line 24 of file teams_sender.cpp.
#define ROBOT_WHEEL_TOPIC | ( | color, | |
num, | |||
side | |||
) | "/" color "_team/robot_" + std::to_string(num) + "/" side "_controller/command" |
Definition at line 30 of file teams_sender.cpp.