A class to inspect and modify joints.
More...
#include <JointInspector.hh>
|
void | Applied () |
| Qt signal emitted to indicate that changes should be applied. More...
|
|
A class to inspect and modify joints.
Constructor.
- Parameters
-
[in] | _mode | Dialog mode |
[in] | _parent | Parent QWidget. |
gazebo::gui::JointInspector::~JointInspector |
( |
| ) |
|
void gazebo::gui::JointInspector::Applied |
( |
| ) |
|
|
signal |
Qt signal emitted to indicate that changes should be applied.
math::Vector3 gazebo::gui::JointInspector::GetAxis |
( |
unsigned int |
_index | ) |
const |
Get axis.
- Parameters
-
- Returns
- Axis direction.
double gazebo::gui::JointInspector::GetLowerLimit |
( |
unsigned int |
_index | ) |
const |
Get axis lower limit.
- Parameters
-
- Returns
- Lower limit.
std::string gazebo::gui::JointInspector::GetName |
( |
| ) |
const |
Get joint name.
- Returns
- Joint name.
math::Pose gazebo::gui::JointInspector::GetPose |
( |
| ) |
const |
Get joint pose.
- Returns
- Joint pose.
Get joint type.
- Returns
- Joint type.
double gazebo::gui::JointInspector::GetUpperLimit |
( |
unsigned int |
_index | ) |
const |
Get axis upper limit.
- Parameters
-
- Returns
- Upper limit.
void gazebo::gui::JointInspector::SetAxis |
( |
unsigned int |
_index, |
|
|
const math::Vector3 & |
_axis |
|
) |
| |
Set axis.
- Parameters
-
[in] | _index | Index of axis. |
[in] | _axis | Axis direction. |
void gazebo::gui::JointInspector::SetChild |
( |
const std::string & |
_child | ) |
|
Set the joint child name.
- Parameters
-
[in] | _name | Name of joint child. |
void gazebo::gui::JointInspector::SetLowerLimit |
( |
unsigned int |
_index, |
|
|
double |
_lower |
|
) |
| |
Set axis lower limit.
- Parameters
-
[in] | _index | Index of axis. |
[in] | _lower | Lower limit. |
void gazebo::gui::JointInspector::SetName |
( |
const std::string & |
_name | ) |
|
Set the joint name.
- Parameters
-
void gazebo::gui::JointInspector::SetParent |
( |
const std::string & |
_parent | ) |
|
Set the joint parent name.
- Parameters
-
[in] | _name | Name of joint parent. |
void gazebo::gui::JointInspector::SetPose |
( |
const math::Pose & |
_pose | ) |
|
Set joint pose.
- Parameters
-
Set joint type.
- Parameters
-
void gazebo::gui::JointInspector::SetUpperLimit |
( |
unsigned int |
_index, |
|
|
double |
_upper |
|
) |
| |
Set axis upper limit.
- Parameters
-
[in] | _index | Index of axis. |
[in] | _upper | Upper limit. |
The documentation for this class was generated from the following file: