#include <ros/ros.h>
#include <gtest/gtest.h>
#include <moveit/planning_scene_monitor/planning_scene_monitor.h>
#include <moveit/robot_state/conversions.h>
Go to the source code of this file.
Classes | |
class | PlanningSceneMonitorTest |
Macros | |
#define | TRIGGERS_UPDATE(msg, expected_update_type) |
Typedefs | |
using | UpdateType = planning_scene_monitor::PlanningSceneMonitor::SceneUpdateType |
Functions | |
int | main (int argc, char **argv) |
TEST_F (PlanningSceneMonitorTest, TestPersistentScene) | |
TEST_F (PlanningSceneMonitorTest, UpdateTypes) | |
#define TRIGGERS_UPDATE | ( | msg, | |
expected_update_type | |||
) |
Definition at line 85 of file planning_scene_monitor_test.cpp.
Definition at line 83 of file planning_scene_monitor_test.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 133 of file planning_scene_monitor_test.cpp.
TEST_F | ( | PlanningSceneMonitorTest | , |
TestPersistentScene | |||
) |
Definition at line 70 of file planning_scene_monitor_test.cpp.
TEST_F | ( | PlanningSceneMonitorTest | , |
UpdateTypes | |||
) |
Definition at line 94 of file planning_scene_monitor_test.cpp.