#include <ros/ros.h>
#include <actionlib/client/simple_action_client.h>
#include <nav2d_navigator/GetFirstMapAction.h>
#include <std_srvs/Trigger.h>
#include <nav2d_navigator/commands.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
bool | receiveCommand (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
|
◆ GetMapClient
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ receiveCommand()
bool receiveCommand |
( |
std_srvs::Trigger::Request & |
req, |
|
|
std_srvs::Trigger::Response & |
res |
|
) |
| |
◆ gGetMapClient