OpenAL Listener.
More...
#include <OpenAL.hh>
OpenAL Listener.
This can be thought of as a microphone.
gazebo::util::OpenALSink::OpenALSink |
( |
| ) |
|
virtual gazebo::util::OpenALSink::~OpenALSink |
( |
| ) |
|
|
virtual |
bool gazebo::util::OpenALSink::SetPose |
( |
const math::Pose & |
_pose | ) |
|
Set the position of the sink.
- Parameters
-
[in] | _pose | New pose of the sink. |
- Returns
- True on success.
- Deprecated:
- See SetPose function that accepts an ignition::math::Pose3d object.
bool gazebo::util::OpenALSink::SetPose |
( |
const ignition::math::Pose3d & |
_pose | ) |
|
Set the position of the sink.
- Parameters
-
[in] | _pose | New pose of the sink. |
- Returns
- True on success.
bool gazebo::util::OpenALSink::SetVelocity |
( |
const math::Vector3 & |
_vel | ) |
|
Set the velocity of the sink.
- Parameters
-
[in] | _vel | Velocity of the sink. |
- Returns
- True on success.
- Deprecated:
- See SetVelocity function that accepts an ignition::math::Vector3d object.
bool gazebo::util::OpenALSink::SetVelocity |
( |
const ignition::math::Vector3d & |
_vel | ) |
|
Set the velocity of the sink.
- Parameters
-
[in] | _vel | Velocity of the sink. |
- Returns
- True on success.
The documentation for this class was generated from the following file: