17 #ifndef GZ_SIM_COMPONENTS_JOINTAXIS_HH_
18 #define GZ_SIM_COMPONENTS_JOINTAXIS_HH_
20 #include <gz/msgs/axis.pb.h>
21 #include <sdf/JointAxis.hh>
25 #include <gz/sim/config.hh>
32 inline namespace GZ_SIM_VERSION_NAMESPACE {
45 "gz_sim_components.JointAxis", JointAxis)
49 using JointAxis2 =
Component<sdf::JointAxis, class JointAxis2Tag,
50 serializers::JointAxisSerializer>;
52 "gz_sim_components.JointAxis2", JointAxis2)