17 #ifndef _GAZEBO_MODEL_ALIGN_HH_
18 #define _GAZEBO_MODEL_ALIGN_HH_
35 class ModelAlignPrivate;
60 public:
void AlignVisuals(std::vector<rendering::VisualPtr> _visuals,
61 const std::string &_axis,
const std::string &_config,
62 const std::string &_target,
bool _publish =
true);
72 private:
void GetMinMax(std::vector<math::Vector3> _vertices,
81 std::vector<math::Vector3> &_vertices);
A gui tool for aligning models.
Definition: ModelAlign.hh:39
Encapsulates a position and rotation in three space.
Definition: Pose.hh:37
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:39
Mathematical representation of a box and related functions.
Definition: Box.hh:35
Singleton template class.
Definition: SingletonT.hh:33
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
boost::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:107
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:66
Private data for the ModelAlign class.
Definition: ModelAlignPrivate.hh:37