Provides MeshcatVisualizer the information it needs to interpret the surface_displacements input port.
#include <drake/geometry/meshcat_visualizer.h>
Public Member Functions | |
| template<typename Archive> | |
| void | Serialize (Archive *a) |
| Passes this object to an Archive. | |
Public Attributes | |
| std::string | displacement_signal_name |
| The name of the signal in the surface displacements input bus. | |
| Eigen::Vector3d | axis_B |
| The surface velocity axis, expressed in the body frame B. | |
| void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
| Eigen::Vector3d axis_B |
The surface velocity axis, expressed in the body frame B.
| std::string displacement_signal_name |
The name of the signal in the surface displacements input bus.