$search
#include "common.h"
#include <OGRE/OgreVector3.h>
#include <OGRE/OgreQuaternion.h>
#include <OGRE/OgreMatrix3.h>
#include <boost/function.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rviz |
Defines | |
#define | RVIZ_COMMON_H_NOWARN |
Functions | |
void | rviz::initializeCommon () |
Variables | |
Ogre::Matrix3 | rviz::g_ogre_to_robot_matrix |
Ogre::Quaternion | rviz::g_ogre_to_robot_quat |
Ogre::Matrix3 | rviz::g_robot_to_ogre_matrix |
Ogre::Quaternion | rviz::g_robot_to_ogre_quat |
#define RVIZ_COMMON_H_NOWARN |
Definition at line 31 of file common.cpp.