#include <string>
#include <gtest/gtest.h>
#include "gazebo/SpawnModel.h"
#include "gazebo/GetWorldProperties.h"
#include "gazebo/DeleteModel.h"
#include "geometry_msgs/Pose.h"
#include "std_srvs/Empty.h"
#include <sstream>
#include <tinyxml.h>
#include <ros/ros.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
| TEST (SpawnTest, spawnSingleBox) |
|
| TEST (SpawnTest, spawnBoxStack) |
|
| TEST (DeleteTest, deleteAllModels) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
SpawnTest |
, |
|
|
spawnSingleBox |
|
|
) |
| |
TEST |
( |
SpawnTest |
, |
|
|
spawnBoxStack |
|
|
) |
| |
TEST |
( |
DeleteTest |
, |
|
|
deleteAllModels |
|
|
) |
| |