18 #ifndef _USERCAMERA_PRIVATE_HH_
19 #define _USERCAMERA_PRIVATE_HH_
bool joyTwistControl
Toggle joystick camera move through ~/user_camera/joy_twist.
Definition: UserCameraPrivate.hh:57
First Person Shooter style view controller.
Definition: FPSViewController.hh:34
Private data for the UserCamera class.
Definition: UserCameraPrivate.hh:26
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
Orbit view controller.
Definition: OrbitViewController.hh:36
FPSViewController * fpsViewController
A FPS view controller.
Definition: UserCameraPrivate.hh:44
bool joyPoseControl
Toggle joystick camera move through ~/user_camera/joy_pose.
Definition: UserCameraPrivate.hh:60
transport::SubscriberPtr joySubPose
Subscribes to absolute joystick messages.
Definition: UserCameraPrivate.hh:35
OrbitViewController * orbitViewController
An orbit view controller.
Definition: UserCameraPrivate.hh:41
bool isCameraSetInWorldFile
Flag to detect if the user changed the camera pose in the world file.
Definition: UserCameraPrivate.hh:54
Definition: SelectionBuffer.hh:41
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
transport::SubscriberPtr joySubTwist
Subscribes to relative joystick messages.
Definition: UserCameraPrivate.hh:32
SelectionBuffer * selectionBuffer
Draws a 3D axis in the viewport.
Definition: UserCameraPrivate.hh:50
bool joystickButtonToggleLast
Used to detect joystick button release.
Definition: UserCameraPrivate.hh:63
ViewController * viewController
The currently active view controller.
Definition: UserCameraPrivate.hh:38
transport::NodePtr node
Gazebo communication node pointer.
Definition: UserCameraPrivate.hh:29
Base class for view controllers.
Definition: ViewController.hh:34