hebiros_publishers_gazebo.cpp
Go to the documentation of this file.
2 
3 #include "hebiros.h"
4 
5 using namespace hebiros;
6 
7 
9 
10  publishers["hebiros_gazebo_plugin/command/"+group_name] =
11  HebirosNode::n_ptr->advertise<CommandMsg>(
12  "hebiros_gazebo_plugin/command/"+group_name, 100);
13 
15 }
16 
17 void HebirosPublishersGazebo::command(CommandMsg command_msg, std::string group_name) {
18 
19  publishers["hebiros_gazebo_plugin/command/"+group_name].publish(command_msg);
20 }
21 
void command(hebiros::CommandMsg command_msg, std::string group_name)
void registerGroupPublishers(std::string group_name)
static std::shared_ptr< ros::NodeHandle > n_ptr
Definition: hebiros.h:78
void registerGroupPublishers(std::string group_name)


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:08:14