Skip to content

Commit 1a39228

Browse files
authored
Frame view controller: Removed warnings (#1470)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent d59672f commit 1a39228

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rviz_default_plugins/src/rviz_default_plugins/view_controllers/frame/frame_view_controller.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ static const Ogre::Quaternion ROBOT_TO_CAMERA_ROTATION =
6363
Ogre::Quaternion(Ogre::Radian(-Ogre::Math::HALF_PI), Ogre::Vector3::UNIT_Y) *
6464
Ogre::Quaternion(Ogre::Radian(-Ogre::Math::HALF_PI), Ogre::Vector3::UNIT_Z);
6565

66-
static const float PITCH_LIMIT_LOW = -Ogre::Math::HALF_PI + 0.001f;
67-
static const float PITCH_LIMIT_HIGH = Ogre::Math::HALF_PI - 0.001f;
68-
69-
static const Ogre::Vector3 DEFAULT_FPS_POSITION = Ogre::Vector3(5, 5, 10);
70-
7166
FrameViewController::FrameViewController()
7267
{
7368
axis_property_ = new rviz_common::properties::EnumProperty("Point towards", fmtAxis(6),

0 commit comments

Comments
 (0)