maliput
|
Default Scalars | |
hash_append generic hashing | Drake uses the hash_append pattern as described by N3980 |
▼Simulation | |
Integrators | Apart from solving initial value problems, for which the integrator is a key component of a simulator, integrators can also be used to solve boundary value problems (via numerical methods like the Multiple Shooting Method) and trajectory optimization problems (via numerical methods like direct transcription). IntegratorBase and its derivatives were developed primarily toward the former application (through IntegratorBase::IntegrateNoFurtherThanTime() and the Simulator class). However, the IntegratorBase architecture was developed to support these ancillary applications as well using the IntegratorBase::IntegrateWithMultipleStepsToTime() and IntegratorBase::IntegrateWithSingleFixedStepToTime() methods; the latter permits the caller to advance time using fixed steps in applications where variable stepping would be deleterious (e.g., direct transcription) |
System Cache Design and Implementation Notes | |
System Events | |
Event Callbacks | |
System Compatibility | |
System Scalar Conversion | |
Logging Level Methods. | |
Constant coefficient getters of Quaternion. | |
Mutable coefficient getters of Quaternion. | }@ |