Go to the documentation of this file.
18 #ifndef _HELPER_PHYSICS_GENERATOR_HH_
19 #define _HELPER_PHYSICS_GENERATOR_HH_
21 #include "gazebo/gazebo_config.h"
23 #define BULLET_SUPPORT
26 # undef BULLET_SUPPORT
27 # define BULLET_SUPPORT , "bullet"
30 #define SIMBODY_SUPPORT
32 #define WORLD_STEP_DART_PGS
35 # undef SIMBODY_SUPPORT
36 # define SIMBODY_SUPPORT , "simbody"
40 # define DART_SUPPORT , "dart"
41 # undef WORLD_STEP_DART_PGS
42 # define WORLD_STEP_DART_PGS , "DART_PGS"
46 #define PHYSICS_ENGINE_VALUES ::testing::Values("ode" \
53 #define WORLD_STEP_SOLVERS ::testing::Values("ODE_DANTZIG" \