17 #ifndef GZ_SIM_COMPONENTS_PHYSICS_HH_
18 #define GZ_SIM_COMPONENTS_PHYSICS_HH_
22 #include <gz/msgs/physics.pb.h>
24 #include <sdf/Physics.hh>
26 #include <gz/sim/config.hh>
27 #include <gz/sim/Export.hh>
39 inline namespace GZ_SIM_VERSION_NAMESPACE {
56 using PhysicsCollisionDetector =
Component<std::string,
57 class PhysicsCollisionDetectorTag, serializers::StringSerializer>;
59 "gz_sim_components.PhysicsCollisionDetector",
60 PhysicsCollisionDetector)
64 using PhysicsSolver =
Component<std::string,
65 class PhysicsSolverTag, serializers::StringSerializer>;