ros2_control - rolling
Loading...
Searching...
No Matches
Public Attributes | List of all members
mujoco_ros2_control::SitePoseData Struct Reference

#include <data.hpp>

Collaboration diagram for mujoco_ros2_control::SitePoseData:
Collaboration graph
[legend]

Public Attributes

std::string name
 
SensorData< Eigen::Vector3d > position
 
SensorData< Eigen::Quaterniond > orientation
 
double position_noise_stddev = 0.0
 
double orientation_noise_stddev = 0.0
 
NoiseState noise
 

Detailed Description

Parameters
position_noise_stddevStandard deviation (m) of zero-mean Gaussian noise added to position on read; taken from the underlying MJCF <framepos> sensor's noise attribute (0 by default).
orientation_noise_stddevStandard deviation of zero-mean Gaussian noise added to orientation on read; taken from the underlying MJCF <framequat> sensor's noise attribute (0 by default).
noiseShape (ros2_control noise_distribution parameter, defaults to Gaussian) and RNG shared by both noise fields above; the RNG is seeded from std::random_device (noise is non-deterministic across runs).

The documentation for this struct was generated from the following file: