#include <ros/ros.h>
#include <actionlib/client/simple_action_client.h>
#include <nav2d_navigator/MoveToPosition2DAction.h>
#include <geometry_msgs/PoseStamped.h>
#include <tf/transform_datatypes.h>
#include <nav2d_navigator/commands.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
void | receiveGoal (const geometry_msgs::PoseStamped::ConstPtr &msg) |
|
◆ MoveClient
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ receiveGoal()
void receiveGoal |
( |
const geometry_msgs::PoseStamped::ConstPtr & |
msg | ) |
|
◆ gMoveClient