#include <vector>
#include <ros/ros.h>
#include <gtest/gtest.h>
#include <moveit/planning_scene_interface/planning_scene_interface.h>
#include <moveit/move_group_interface/move_group_interface.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
Go to the source code of this file.
Classes | |
class | PickPlaceTestFixture |
Functions | |
int | main (int argc, char **argv) |
TEST_F (PickPlaceTestFixture, PickPlaceTest) | |
Variables | |
constexpr double | MAX_ACCELERATION_SCALE = 1.0 |
constexpr double | MAX_VELOCITY_SCALE = 1.0 |
static const std::string | PLANNING_GROUP = "panda_arm" |
constexpr double | PLANNING_TIME_S = 45.0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 280 of file move_group_pick_place_test.cpp.
TEST_F | ( | PickPlaceTestFixture | , |
PickPlaceTest | |||
) |
Definition at line 85 of file move_group_pick_place_test.cpp.
|
constexpr |
Definition at line 61 of file move_group_pick_place_test.cpp.
|
constexpr |
Definition at line 60 of file move_group_pick_place_test.cpp.
|
static |
Definition at line 58 of file move_group_pick_place_test.cpp.
|
constexpr |
Definition at line 59 of file move_group_pick_place_test.cpp.