|
SpECTRE
v2026.04.01
|
Controls the 3D Translation map. More...
#include <Translation.hpp>
Classes | |
| struct | MeasurementQueue |
| struct | process_measurement |
Public Types | |
| using | measurement = Measurement |
| using | control_error |
| using | simple_tags = tmpl::list<MeasurementQueue> |
Static Public Member Functions | |
| static std::string | name () |
| static std::optional< std::string > | component_name (const size_t component, const size_t num_components) |
Static Public Attributes | |
| static constexpr size_t | deriv_order = DerivOrder |
Controls the 3D Translation map.
Controls the function \( \vec{T}(t) \) in the Translation map.
Requirements:
| using control_system::Systems::Translation< DerivOrder, Measurement, NumberOfObjects >::control_error |