A helper struct for the initial_properties params.
The members follow the same semantics as calls to Meshcat::SetProperty(path, property, value).
#include <drake/geometry/meshcat_params.h>
|
| template<typename Archive> |
| void | Serialize (Archive *a) |
| | Passes this object to an Archive.
|
|
| std::string | path |
| std::string | property |
| std::variant< std::vector< double >, std::string, bool, double > | value |
◆ Serialize()
template<typename Archive>
| void Serialize |
( |
Archive * | a | ) |
|
◆ path
◆ property
◆ value
| std::variant<std::vector<double>, std::string, bool, double> value |
The documentation for this struct was generated from the following file: