17 #ifndef _MODEL_MANIPULATOR_HH_
18 #define _MODEL_MANIPULATOR_HH_
34 class ModelManipulatorPrivate;
55 public:
void Detach();
59 public:
void SetManipulationMode(
const std::string &_mode);
106 bool _local =
false);
117 double _interval = 1.0,
double _sensitivity = 0.4);
Generic description of a mouse event.
Definition: MouseEvent.hh:35
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
Generic integer x, y vector.
Definition: Vector2i.hh:36
Generic description of a keyboard event.
Definition: KeyEvent.hh:32
Singleton template class.
Definition: SingletonT.hh:33
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:87
Private data for the ModelManipulator class.
Definition: ModelManipulatorPrivate.hh:35
Manipulator tool for translating/rotating/scaling models and links.
Definition: ModelManipulator.hh:39
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