Trajectopy
{{ title }}
ATE Position [{{ ate_pos_unit }}]:
{{ ate_pos }}
ATE Rotation [°]:
{{ ate_rot }}
{% if rpe_available %}
RPE Position [{{ rpe_pos_drift_unit }}]:
{{ rpe_pos }}
RPE Rotation [{{ rpe_rot_drift_unit }}]:
{{ rpe_rot }}
{% endif %}
{% for plot in side_by_side_plots %}
{{ plot }}
{% endfor %}
{% for plot in one_line_plots %}
{{ plot }}
{% endfor %}