#include <gtest/gtest.h>
#include <ros/ros.h>
#include <nav_core/base_local_planner.h>
#include <nav_msgs/OccupancyGrid.h>
#include <nav_msgs/Odometry.h>
#include <pluginlib/class_loader.hpp>
#include <std_msgs/Float32.h>
#include <tf2_ros/transform_listener.h>
#include <tf2_ros/transform_broadcaster.h>
#include <tf2/utils.h>
#include <graceful_controller_ros/graceful_controller_ros.hpp>
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| | TEST (ControllerTests, test_basic_plan) |
| |
| | TEST (ControllerTests, test_collision_check) |
| |
| | TEST (ControllerTests, test_compute_distance_along_path) |
| |
| | TEST (ControllerTests, test_final_rotate_in_place) |
| |
| | TEST (ControllerTests, test_initial_rotate_in_place) |
| |
| | TEST (ControllerTests, test_out_of_range) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST() [1/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_basic_plan |
|
|
) |
| |
◆ TEST() [2/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_collision_check |
|
|
) |
| |
◆ TEST() [3/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_compute_distance_along_path |
|
|
) |
| |
◆ TEST() [4/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_final_rotate_in_place |
|
|
) |
| |
◆ TEST() [5/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_initial_rotate_in_place |
|
|
) |
| |
◆ TEST() [6/6]
| TEST |
( |
ControllerTests |
, |
|
|
test_out_of_range |
|
|
) |
| |