The set of all configurable properties on a Simulator and IntegratorBase.
#include <drake/systems/analysis/simulator_config.h>
|
| template<typename Archive> |
| void | Serialize (Archive *a) |
| | Passes this object to an Archive.
|
◆ Serialize()
template<typename Archive>
| void Serialize |
( |
Archive * | a | ) |
|
◆ accuracy
◆ integration_scheme
| std::string integration_scheme {"runge_kutta3"} |
◆ max_step_size
◆ publish_every_time_step
| bool publish_every_time_step {false} |
◆ start_time
Starting time of the simulation.
We will set the context time to start_time at the beginning of the simulation.
◆ target_realtime_rate
| double target_realtime_rate {0.0} |
◆ use_error_control
| bool use_error_control {true} |
The documentation for this struct was generated from the following file: