Properties for robot joints in the Bullet simulation.
More...
#include <JointProperties.h>
|
| JointProperties ()=default |
| Default constructor for properties initialized to default values.
|
|
| JointProperties (const Dictionary &config) |
| Initialize configurable properties from a dictionary. More...
|
|
void | update_configurable (const JointProperties &other) noexcept |
| Update configurable properties from another instance. More...
|
|
void | reset_configurable () noexcept |
| Reset configurable properties.
|
|
|
double | friction = 0.0 |
| Kinetic friction, in [N m].
|
|
double | maximum_torque = 0.0 |
| Maximum torque, in [N m].
|
|
double | torque_control_noise = 0.0 |
| Standard deviation of white noise added to applied torques, in [N m].
|
|
double | torque_measurement_noise = 0.0 |
| Standard deviation of white noise added to measured torques, in [N m].
|
|
Properties for robot joints in the Bullet simulation.
◆ JointProperties()
upkie::cpp::actuation::bullet::JointProperties::JointProperties |
( |
const Dictionary & |
config | ) |
|
|
inlineexplicit |
Initialize configurable properties from a dictionary.
- Parameters
-
[in] | config | Configuration dictionary. |
◆ update_configurable()
void upkie::cpp::actuation::bullet::JointProperties::update_configurable |
( |
const JointProperties & |
other | ) |
|
|
inlinenoexcept |
Update configurable properties from another instance.
- Parameters
-
[in] | other | Properties to update from. |
The documentation for this struct was generated from the following file:
- upkie/cpp/actuation/bullet/JointProperties.h