#include <nav_msgs/Odometry.h>
#include <ros/ros.h>
#include <stdio.h>
#include <tf/tf.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | sendGoal (double x, double y, double theta, Publisher pub) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 30 of file two_robot_dodge.cpp.
void sendGoal | ( | double | x, | |
double | y, | |||
double | theta, | |||
Publisher | pub | |||
) |
Definition at line 10 of file two_robot_dodge.cpp.