#include <tf/transform_listener.h>#include <geometry_msgs/PointStamped.h>#include <boost/bind.hpp>#include <boost/scoped_ptr.hpp>#include "ros/ros.h"#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| void | getPose (tf::TransformListener *listener, double *x, double *y, double *th) |
| int | main (int argc, char **argv) |
| TEST (dynamicPlanner, plannerFailure) | |
| void getPose | ( | tf::TransformListener * | listener, | |
| double * | x, | |||
| double * | y, | |||
| double * | th | |||
| ) |
Definition at line 44 of file test_dynamic_planner.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 92 of file test_dynamic_planner.cpp.
| TEST | ( | dynamicPlanner | , | |
| plannerFailure | ||||
| ) |
Definition at line 65 of file test_dynamic_planner.cpp.