#include <gtest/gtest.h>
#include <moveit/collision_detection/world.h>
#include <geometric_shapes/shapes.h>
#include <functional>
Go to the source code of this file.
Classes | |
struct | TestAction |
Functions | |
int | main (int argc, char **argv) |
TEST (World, AddRemoveShape) | |
TEST (World, ObjectPoseAndSubframes) | |
TEST (World, TrackChanges) | |
static void | TrackChangesNotify (TestAction &ta, const World::ObjectConstPtr &obj, World::Action action) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 461 of file test_world.cpp.
TEST | ( | World | , |
AddRemoveShape | |||
) |
Definition at line 44 of file test_world.cpp.
TEST | ( | World | , |
ObjectPoseAndSubframes | |||
) |
Definition at line 375 of file test_world.cpp.
TEST | ( | World | , |
TrackChanges | |||
) |
Definition at line 234 of file test_world.cpp.
|
static |
Definition at line 227 of file test_world.cpp.