Easy Navigation
Loading...
Searching...
No Matches
planner_node_tests.cpp File Reference
#include <memory>
#include <string>
#include <vector>
#include "rclcpp/rclcpp.hpp"
#include "rclcpp_lifecycle/lifecycle_node.hpp"
#include "lifecycle_msgs/msg/transition.hpp"
#include "lifecycle_msgs/msg/state.hpp"
#include "easynav_planner/PlannerNode.hpp"
#include "easynav_common/types/NavState.hpp"
#include "gtest/gtest.h"
Include dependency graph for planner_node_tests.cpp:

Classes

class  PlannerNodeTestCase

Functions

int main (int argc, char **argv)
 TEST_F (PlannerNodeTestCase, complete_lifecycle_configure_activate_deactivate_cleanup)
 TEST_F (PlannerNodeTestCase, configure_fails_when_more_than_one_plugin_type)
 TEST_F (PlannerNodeTestCase, configure_fails_with_nonexistent_plugin)
 TEST_F (PlannerNodeTestCase, configure_no_plugins)
 TEST_F (PlannerNodeTestCase, configure_succeeds_with_dummy_plugin)
 TEST_F (PlannerNodeTestCase, cycle_with_no_plugin)
 TEST_F (PlannerNodeTestCase, cycle_with_plugin_does_not_crash)
 TEST_F (PlannerNodeTestCase, get_last_timestamps_with_plugin)
 TEST_F (PlannerNodeTestCase, get_last_timestamps_without_plugin)
 TEST_F (PlannerNodeTestCase, lifecycle_shutdown_from_inactive)
 TEST_F (PlannerNodeTestCase, node_name)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ TEST_F() [1/11]

TEST_F ( PlannerNodeTestCase ,
complete_lifecycle_configure_activate_deactivate_cleanup  )

◆ TEST_F() [2/11]

TEST_F ( PlannerNodeTestCase ,
configure_fails_when_more_than_one_plugin_type  )

◆ TEST_F() [3/11]

TEST_F ( PlannerNodeTestCase ,
configure_fails_with_nonexistent_plugin  )

◆ TEST_F() [4/11]

TEST_F ( PlannerNodeTestCase ,
configure_no_plugins  )

◆ TEST_F() [5/11]

TEST_F ( PlannerNodeTestCase ,
configure_succeeds_with_dummy_plugin  )

◆ TEST_F() [6/11]

TEST_F ( PlannerNodeTestCase ,
cycle_with_no_plugin  )

◆ TEST_F() [7/11]

TEST_F ( PlannerNodeTestCase ,
cycle_with_plugin_does_not_crash  )

◆ TEST_F() [8/11]

TEST_F ( PlannerNodeTestCase ,
get_last_timestamps_with_plugin  )

◆ TEST_F() [9/11]

TEST_F ( PlannerNodeTestCase ,
get_last_timestamps_without_plugin  )

◆ TEST_F() [10/11]

TEST_F ( PlannerNodeTestCase ,
lifecycle_shutdown_from_inactive  )

◆ TEST_F() [11/11]

TEST_F ( PlannerNodeTestCase ,
node_name  )