Info of a contact model.
More...
#include <contact_model_info.hpp>
◆ ContactModelInfo() [1/5]
robotoc::ContactModelInfo::ContactModelInfo |
( |
const std::string & |
frame, |
|
|
const double |
baumgarte_time_step |
|
) |
| |
Construct a contact model info.
- Parameters
-
[in] | frame | Name of the contact frame. |
[in] | baumgarte_time_step | Time step parameter of the Baumgarte's stabilization method. Must be positive. |
◆ ContactModelInfo() [2/5]
robotoc::ContactModelInfo::ContactModelInfo |
( |
const std::string & |
frame, |
|
|
const double |
baumgarte_position_gain, |
|
|
const double |
baumgarte_velocity_gain |
|
) |
| |
Construct a contact model info.
- Parameters
-
[in] | frame | Name of the contact frame. |
[in] | baumgarte_position_gain | The position gain of the Baumgarte's stabilization method. Must be non-negative. |
[in] | baumgarte_velocity_gain | The velocity gain of the Baumgarte's stabilization method. Must be non-negative. |
◆ ContactModelInfo() [3/5]
robotoc::ContactModelInfo::ContactModelInfo |
( |
| ) |
|
|
default |
◆ ~ContactModelInfo()
robotoc::ContactModelInfo::~ContactModelInfo |
( |
| ) |
|
|
default |
◆ ContactModelInfo() [4/5]
Default copy constructor.
◆ ContactModelInfo() [5/5]
Default move constructor.
◆ operator=() [1/2]
Default copy assign operator.
◆ operator=() [2/2]
Default move assign operator.
◆ baumgarte_position_gain
double robotoc::ContactModelInfo::baumgarte_position_gain = 0.0 |
The position gain of the Baumgarte's stabilization method. Default is 0.0.
◆ baumgarte_velocity_gain
double robotoc::ContactModelInfo::baumgarte_velocity_gain = 0.0 |
The velocity gain of the Baumgarte's stabilization method. Default is 0.0.
◆ frame
std::string robotoc::ContactModelInfo::frame |
Name of the contact frame.
The documentation for this class was generated from the following file: