17 #ifndef _GAZEBO_MODEL_ALIGN_HH_
18 #define _GAZEBO_MODEL_ALIGN_HH_
35 class ModelAlignPrivate;
55 public:
void AlignVisuals(std::vector<rendering::VisualPtr> _visuals,
56 const std::string &_axis,
const std::string &_config,
57 const std::string &_target,
bool _publish =
true);
67 private:
void GetMinMax(std::vector<math::Vector3> _vertices,
76 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:40
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
Mathematical representation of a box and related functions.
Definition: Box.hh:33
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:102
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
Private data for the ModelAlign class.
Definition: ModelAlignPrivate.hh:37