- gazebo
- rendering
- Conversions
A set of utility function to convert between Gazebo and Ogre data types. More...
#include <Conversions.hh>
Static Public Member Functions | |
| static Ogre::ColourValue | Convert (const common::Color &clr) |
| Return the equivalent ogre color. | |
| static Ogre::Vector3 | Convert (const math::Vector3 &v) |
| return Ogre Vector from gazebo Vector3 | |
| static math::Vector3 | Convert (const Ogre::Vector3 &v) |
| return gazebo Vector from ogre Vector3 | |
| static Ogre::Quaternion | Convert (const math::Quaternion &v) |
| Gazebo quaternion to Ogre quaternion. | |
| static math::Quaternion | Convert (const Ogre::Quaternion &v) |
| Ogre quaternion to Gazebo quaternion. | |
A set of utility function to convert between Gazebo and Ogre data types.
1.7.5.1