Parameters for fine control of simulator initialization.
#include <drake/systems/analysis/simulator.h>
Public Member Functions | |
template<typename Archive > | |
void | Serialize (Archive *a) |
Passes this object to an Archive. More... | |
Public Attributes | |
bool | suppress_initialization_events {false} |
Whether to trigger initialization events. More... | |
void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
bool suppress_initialization_events {false} |
Whether to trigger initialization events.
Events are triggered by default; it may be useful to suppress them when reusing a simulator.