dehaeze21_mechatronics_appr.../paper/dehaeze21_mechatronics_approach_nass.tex

308 lines
20 KiB
TeX
Raw Normal View History

2021-07-15 17:26:54 +02:00
% Created 2021-07-15 jeu. 17:26
2021-06-28 11:43:18 +02:00
% Intended LaTeX compiler: pdflatex
2021-07-13 00:54:37 +02:00
\documentclass[a4paper, keeplastbox, biblatex, boxit]{jacow}
2021-06-28 11:43:18 +02:00
2021-07-15 15:36:45 +02:00
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{bm}
2021-07-13 00:54:37 +02:00
\usepackage{subcaption}
\usepackage{siunitx}
2021-06-28 11:43:18 +02:00
\usepackage[USenglish, english]{babel}
\setcounter{footnote}{1}
2021-07-15 15:36:45 +02:00
\setlist[itemize]{noitemsep}
2021-07-12 14:49:24 +02:00
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\addbibresource{ref.bib}
2021-06-28 11:43:18 +02:00
\author{T. Dehaeze\textsuperscript{1,}\thanks{thomas.dehaeze@esrf.fr}, J. Bonnefoy, ESRF, Grenoble, France \\ C. Collette\textsuperscript{1}, Université Libre de Bruxelles, BEAMS department, Brussels, Belgium \\ \textsuperscript{1}also at Precision Mechatronics Laboratory, University of Liege, Belgium}
2021-07-15 15:36:45 +02:00
\date{2021-07-15}
2021-06-28 11:43:18 +02:00
\title{MECHATRONICS APPROACH FOR THE DEVELOPMENT OF A NANO-ACTIVE-STABILIZATION-SYSTEM}
\begin{document}
\maketitle
\begin{abstract}
With the growing number of fourth generation light sources, there is an increased need of fast positioning end-stations with nanometric precision.
Such systems are usually including dedicated control strategies, and many factors may limit their performances.
In order to design such complex systems in a predictive way, a mechatronic design approach also known as ``model based design'', may be utilized.
In this paper, we present how this mechatronic design approach was used for the development of a nano-hexapod for the ESRF ID31 beamline.
The chosen design approach consists of using models of the mechatronic system (including sensors, actuators and control strategies) to predict its behavior.
Based on this behavior and closed-loop simulations, the elements that are limiting the performances can be identified and re-designed accordingly.
This allows to make adequate choices concerning the design of the nano-hexapod and the overall mechatronic architecture early in the project and save precious time and resources.
Several test benches were used to validate the models and to gain confidence on the predictability of the final system's performances.
Measured nano-hexapod's dynamics was shown to be in very good agreement with the models.
Further tests should be done in order to confirm that the performances of the system match the predicted one.
The presented development approach is foreseen to be applied more frequently to future mechatronic system design at the ESRF.
\end{abstract}
2021-07-12 14:49:24 +02:00
\section{INTRODUCTION}
2021-07-15 17:26:54 +02:00
With the new \(4^\text{th}\) generation machines, there is an increasing need of fast and accurate positioning systems \cite{dimper15_esrf_upgrad_progr_phase_ii}.
2021-07-15 15:36:45 +02:00
2021-07-15 17:26:54 +02:00
These systems are usually including feedback control loops and therefore their performances are not depending on the mechanical system alone, but also on its interaction with the actuators, sensors and control electronics.
2021-07-15 15:36:45 +02:00
2021-07-15 17:26:54 +02:00
In order to optimize the performances of such system, it is essential to consider a design approach in which the structural design and the control design are integrated.
This approach is called the ``mechatronic approach'' and was shown to be very effective for the design many complex systems \cite{rankers98_machin,schmidt20_desig_high_perfor_mechat_third_revis_edition}.
Such design methodology was recently used for the development of several systems used by the synchrotron community \cite{geraldes17_mechat_concep_new_high_dynam_dcm_sirius,holler18_omny_tomog_nano_cryo_stage,brendike19_esrf_doubl_cryst_monoc_protot}.
In this paper, such approach is described for the design of a Nano Active Stabilization System (NASS).
2021-07-12 14:49:24 +02:00
2021-07-14 12:41:22 +02:00
\section{NASS - MECHATRONIC APPROACH}
2021-07-15 15:36:45 +02:00
\subsection{The ID31 Micro-Station}
The ID31 micro-station is used to position samples along complex trajectories \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
2021-07-14 12:41:22 +02:00
It is composed of several stacked stages (represented in yellow in Fig.~\ref{fig:nass_concept_schematic}).
2021-07-15 15:36:45 +02:00
Such architecture allows to obtain high mobility, however, this however limits the position accuracy to tens of \(\mu m\).
2021-07-14 11:31:01 +02:00
2021-07-14 12:41:22 +02:00
\subsection{The Nano Active Stabilization System}
2021-07-15 17:26:54 +02:00
The NASS is a system whose goal is to improve the positioning accuracy of the micro-station.
2021-07-14 12:41:22 +02:00
It is represented in Fig.~\ref{fig:nass_concept_schematic} and consists of three main elements:
2021-07-14 11:31:01 +02:00
\begin{itemize}
2021-07-15 15:36:45 +02:00
\item A nano-hexapod located between the sample to be positioned and the micro-station
\item An interferometric metrology system measuring the sample's position with respect to the focusing optics
\item A control system (not represented), which based on the measured position, properly actuates the nano-hexapod in order to stabilize the sample's position.
2021-07-14 11:31:01 +02:00
\end{itemize}
2021-07-12 14:49:24 +02:00
\begin{figure}[htbp]
\centering
2021-07-15 15:36:45 +02:00
\includegraphics[scale=1,scale=0.9]{figs/nass_concept_schematic.pdf}
2021-07-15 17:26:54 +02:00
\caption{\label{fig:nass_concept_schematic}NASS - Schematic representation. 1) Micro-station, 2) Nano-hexapod, 3) Sample, 4) Metrology system}
2021-07-12 14:49:24 +02:00
\end{figure}
2021-07-14 12:41:22 +02:00
\subsection{Mechatronic Approach - Overview}
In order to design the NASS in a predictive way, a mechatronic approach, schematically represented in Fig.~\ref{fig:nass_mechatronics_approach}, is used.
2021-07-14 11:31:01 +02:00
2021-07-15 15:36:45 +02:00
\begin{figure*}
\centering
\includegraphics[scale=1,width=0.9\linewidth]{figs/nass_mechatronics_approach.pdf}
\caption{\label{fig:nass_mechatronics_approach}Overview of the mechatronic approach}
\end{figure*}
2021-07-14 12:41:22 +02:00
It consists of three main phases:
\begin{enumerate}
\item Conceptual phase: Simple models of both the micro-station and the nano-hexapod are used to first evaluate the performances of several concepts.
During this phase, the type of sensors to use and the approximate required dynamical characteristics of the nano-hexapod are determined.
\item Detail design phase: Once the concept is validated, the models are used to list specifications both for the mechanics and the instrumentation.
Each critical elements can then be properly designed.
The models are updated as the design progresses.
\item Experimental phase: Once the design is completed and the parts received, several test benches are used to verify the properties of the key elements.
Then the hexapod can be mounted and fully tested with the instrumentation and the control system.
\end{enumerate}
2021-07-14 11:31:01 +02:00
2021-07-14 12:41:22 +02:00
\subsection{Models}
As shown in Fig.~\ref{fig:nass_mechatronics_approach}, the models are at the core of the mechatronic approach.
Indeed, several models are used throughout the design with increasing level of complexity (Fig.~\ref{fig:nass_models}).
2021-07-14 11:31:01 +02:00
2021-07-13 00:54:37 +02:00
\begin{figure*}[htbp]
\begin{subfigure}[t]{0.25\linewidth}
\centering
2021-07-14 12:41:22 +02:00
\includegraphics[width=0.68\linewidth]{figs/mass_spring_damper_hac_lac.pdf}
\caption{\label{fig:mass_spring_damper_hac_lac} Mass Spring Damper Model}
2021-07-13 00:54:37 +02:00
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.48\linewidth}
\centering
2021-07-14 12:41:22 +02:00
\includegraphics[width=0.89\linewidth]{figs/nass_simscape_3d.png}
\caption{\label{fig:nass_simscape_3d} Multi Body Model}
2021-07-13 00:54:37 +02:00
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.25\linewidth}
\centering
2021-07-14 12:41:22 +02:00
\includegraphics[width=0.93\linewidth]{figs/super_element_simscape_alt.pdf}
2021-07-13 00:54:37 +02:00
\caption{\label{fig:super_element_simscape} Finite Element Model}
\end{subfigure}
\hfill
2021-07-14 12:41:22 +02:00
\caption{\label{fig:nass_models}Schematic of several models used during all the mechatronic design process.}
2021-07-13 00:54:37 +02:00
\centering
\end{figure*}
2021-07-15 15:36:45 +02:00
At the beginning of the conceptual phase, simple ``mass-spring-dampers'' models (Fig.~\ref{fig:mass_spring_damper_hac_lac}) are used in order to easily study different concepts.
Noise budgeting and closed-loop simulations were performed, and it was concluded that a nano-hexapod with low frequency ``suspension'' modes would help both for the reduction of the effects of disturbances and for the decoupling between the nano-hexapod dynamics and the complex micro-station dynamics.
Also, including a force sensor in series with the nano-hexapod's actuators can be used to actively damp the resonances using the ``Integral Force Feedback'' (IFF) strategy.
The goal is to obtain a ``plant'' dynamics which is easy to control in a robust way.
2021-07-14 12:41:22 +02:00
2021-07-15 15:36:45 +02:00
Rapidly, a more sophisticated and more realistic multi-body model (Fig.~\ref{fig:nass_simscape_3d}) was used.
2021-07-14 12:41:22 +02:00
This model is based on the 3D representation of the micro-station as well as on extensive dynamical measurements.
Time domain simulations can then be performed with each stage moving with the associated positioning errors and disturbances.
2021-07-15 15:36:45 +02:00
Such model permits to study effects such as the coupling between the actuators and the sensors as well as the effect of the spindle's rotational speed on the nano-hexapod's dynamics \cite{dehaeze21_activ_dampin_rotat_platf_using}.
2021-07-14 12:41:22 +02:00
The multi-input multi-output control strategy can be developed and tested.
2021-07-15 15:36:45 +02:00
During the detail design phase, the nano-hexapod model is updated using 3D parts exported from the CAD software as the mechanical design progresses.
The key elements of the nano-hexapod such as the flexible joints and the APA are optimized using a Finite Element Analysis (FEA) Software.
As the flexible modes of the mechanics are what generally limit the controller bandwidth, they are important to model in order to understand which ones are problematic and should be maximized.
To do so, a ``super-element'' can be exported using a FEA software and then imported in Simscape (Fig.~\ref{fig:super_element_simscape}).
2021-07-14 12:41:22 +02:00
Such process is described in \cite{brumund21_multib_simul_reduc_order_flexib_bodies_fea}.
2021-07-15 15:36:45 +02:00
The multi-body model with included flexible elements can be used to very accurately estimate the dynamics of the system.
However due to the large number of states included, it becomes non practical to perform time domain simulations.
2021-07-14 12:41:22 +02:00
2021-07-15 15:36:45 +02:00
Finally, during the experimental phase, the models are refined using experimental system identification data.
These models can be used to understand the measurements, the associated performance limitations and to gain insight on which measures to take in order to overcome these limitations.
2021-07-14 12:41:22 +02:00
For instance, it has been found that when fixing the encoders to the struts (Fig.~\ref{fig:nano_hexapod_elements}), several flexible modes of the APA were appearing in the dynamics which render the control using the encoders very complex.
Therefore, an alternative configuration with the encoders fixed to the plates was used instead.
2021-07-13 00:54:37 +02:00
2021-07-12 14:49:24 +02:00
\section{NANO-HEXAPOD DESIGN}
2021-07-14 12:41:22 +02:00
\subsection{Nano-Hexapod Specifications}
2021-07-15 15:36:45 +02:00
The nano-hexapod should have a maximum height of \(95\,mm\), support samples up to \(50\,kg\) and have a stroke of \(\approx 100\,\mu m\).
Has shown in Fig.~\ref{fig:nano_hexapod_elements}, it only has few parts: two plates and 6 active struts in between.
Each strut is composed of one flexible joint at each end, and one actuator in between (Fig.~\ref{fig:picture_nano_hexapod_strut}).
2021-07-14 12:41:22 +02:00
\begin{figure*}
\centering
\includegraphics[scale=1,width=0.9\linewidth]{figs/nano_hexapod_elements.pdf}
\caption{\label{fig:nano_hexapod_elements}CAD view of the nano-hexapod with key elements}
\end{figure*}
2021-07-14 12:41:22 +02:00
Based on the models used throughout the mechatronic approach, several specifications was obtained in order to maximize the performances of the system:
\begin{itemize}
2021-07-15 15:36:45 +02:00
\item Actuator: axial stiffness \(\approx \SI{2}{N/\um}\).
\item Flexible joints: bending stiffness \(< \SI{100}{Nm/rad}\) and axial stiffness \(> \SI{100}{N/\um}\).
\item Precise positioning of the \(b_i\) and \(\hat{s}_i\) to accurately determine the hexapod's kinematics.
\item Flexible modes of the top-plate as high as possible to increase the control robustness.
\item Integration of a force sensor in each strut for active damping purposes.
2021-07-14 12:41:22 +02:00
\end{itemize}
\subsection{Parts' Optimization}
The geometry of the flexible joint could be optimized using a finite element software.
The obtained stiffnesses are compliance with the requirements and the model was updated.
2021-07-14 12:41:22 +02:00
2021-07-15 15:36:45 +02:00
The top plate geometry was manually optimized to maximize its flexible modes.
First flexible modes at around \(\SI{700}{Hz}\) could be obtained.
2021-07-12 14:49:24 +02:00
Amplified Piezoelectric Actuators (APA) were found to be the most suitable actuator for the nano-hexapod due to its compact size, large stroke and adequate stiffness.
The chosen model was the APA300ML from Cedrat Technologies (shown in Fig.~\ref{fig:picture_nano_hexapod_strut}).
It is composed of three piezoelectric stacks, a lever mechanism increasing the stroke up to \(\approx \SI{300}{\um}\) and decreasing the axial stiffness down to \(\approx \SI{1.8}{\um}\).
One of the three stacks can be used as a force sensor, at the price of loosing \(1/3\) of the stroke.
2021-07-15 15:36:45 +02:00
This has the benefits providing good ``collocation'' between the sensor stack and the actuator stacks, meaning that the active damping controller will easily be made robust \cite{souleille18_concep_activ_mount_space_applic}.
2021-07-14 12:41:22 +02:00
2021-07-13 00:54:37 +02:00
\begin{figure}[htbp]
\centering
2021-07-14 11:31:01 +02:00
\includegraphics[scale=1,width=0.9\linewidth]{figs/picture_nano_hexapod_strut.pdf}
2021-07-13 00:54:37 +02:00
\caption{\label{fig:picture_nano_hexapod_strut}Picture of a nano-hexapod's strut}
\end{figure}
\subsection{Nano-Hexapod Mounting}
2021-07-15 15:36:45 +02:00
A bench were developed to help the mounting of the struts such that the APA and the two flexible joints are well aligned.
This helped reducing the effects of flexible modes of the APA.
2021-07-15 15:36:45 +02:00
A second mounting tool were used to fix the six struts to the two plates without inducing too much strain in the flexible joints.
The nano-hexapod fixed on top of the micro-station is shown in Fig.~\ref{fig:nano_hexapod_picture}.
2021-07-13 00:54:37 +02:00
\begin{figure}[htbp]
\centering
2021-07-14 11:31:01 +02:00
\includegraphics[scale=1,width=0.9\linewidth]{figs/nano_hexapod_picture.jpg}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_picture}Nano-hexapod on top of the ID31 micro-station}
2021-07-13 00:54:37 +02:00
\end{figure}
2021-07-12 14:49:24 +02:00
\section{TEST-BENCHES}
2021-07-14 12:41:22 +02:00
\subsection{Flexible Joints and Instrumentation}
2021-07-15 15:36:45 +02:00
Before adding the NASS to the micro-station, several test benches were used to characterize the individual elements of the NASS.
2021-07-15 15:36:45 +02:00
The bending stiffness of the flexible joints was measured by applying a controlled force to one end of the joint while measuring its deflection at the same time.
This helped exclude the ones not compliant with the requirement and pair the remaining ones.
2021-07-14 11:31:01 +02:00
The transfer function from input to output voltage of the voltage amplifier\footnote{PD200 from PiezoDrive} as well as its output noise was measured.
Similarly, the measurement noise of the encoders\footnote{Vionic from Renishaw} was also measured.
2021-07-15 15:36:45 +02:00
These simple measurements on individual elements are useful to refine their models, to found any problem as early as possible, and to help analyzing the results obtained with the nano-hexapod mounted and all elements combined.
\subsection{APA and Struts Dynamics}
An other test bench schematically shown in Fig.~\ref{fig:test_bench_apa_schematic} was used to identify the dynamics of the APA.
2021-07-15 15:36:45 +02:00
It consist of a \(5\,\text{kg}\) granite fixed on top of the APA and vertical guided with an air bearing.
2021-07-14 11:31:01 +02:00
An excitation signal (low pass filtered white noise) is generated and applied to two of the piezoelectric stacks.
Both the voltage generated by the third piezoelectric stack and the displacement measured by the encoder are recorded.
2021-07-15 15:36:45 +02:00
The two obtained frequency response functions (FRF) are compared with the model in Fig.~\ref{fig:apa_test_bench_results}.
2021-07-14 11:31:01 +02:00
The piezoelectric constants describing the conversion from the mechanical domain (force, strain) easily accessible on the model to the electrical domain (voltages, charges) easily measured can be estimated.
2021-07-15 15:36:45 +02:00
With these constants, the match between the measured FRF and the model dynamics is very good (Fig.~\ref{fig:apa_test_bench_results}).
The same bench was also used with the struts in order to study the added effects of the flexible joints.
2021-07-12 14:49:24 +02:00
2021-07-13 00:54:37 +02:00
\begin{figure}[htbp]
2021-07-12 14:49:24 +02:00
\centering
2021-07-13 00:54:37 +02:00
\includegraphics[scale=1,scale=1]{figs/test_bench_apa_schematic.pdf}
\caption{\label{fig:test_bench_apa_schematic}Schematic of the bench used to identify the APA dynamics}
\end{figure}
\begin{figure}[htbp]
\begin{subfigure}[t]{0.48\linewidth}
\centering
\includegraphics[width=0.95\linewidth]{figs/apa_test_bench_results_de.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:apa_test_bench_results_de} Encoder $d_e/V_a$}
2021-07-13 00:54:37 +02:00
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.48\linewidth}
\centering
\includegraphics[width=0.95\linewidth]{figs/apa_test_bench_results_Vs.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:apa_test_bench_results_Vs} Force Sensor $V_s/V_a$}
2021-07-13 00:54:37 +02:00
\end{subfigure}
\caption{\label{fig:apa_test_bench_results}Measured Frequency Response functions compared with the Simscape model. From the actuator stacks voltage to the encoder (\subref{fig:apa_test_bench_results_de}) and to the force sensor stack (\subref{fig:apa_test_bench_results_Vs}).}
\centering
\end{figure}
2021-07-14 12:41:22 +02:00
\subsection{Nano-Hexapod}
2021-07-13 00:54:37 +02:00
2021-07-15 15:36:45 +02:00
Once the nano-hexapod is mounted, its dynamics is identified by individually exciting each of the actuators and simultaneously recording the six force sensors and six encoders signals.
Two \(6\) by \(6\) FRF matrices are computed.
2021-07-15 15:36:45 +02:00
Their diagonal elements are shown in Fig.~\ref{fig:nano_hexapod_identification_comp_simscape} and compared with the model.
2021-07-15 15:36:45 +02:00
In Fig.~\ref{fig:nano_hexapod_identification_comp_simscape_de} one can observe the following modes:
\begin{itemize}
\item From \(\SI{100}{Hz}\) to \(\SI{200}{Hz}\): six suspension modes
\item At \(\SI{230}{Hz}\) and \(\SI{340}{Hz}\): flexible modes of the APA, also modeled thanks to the flexible model of the APA
2021-07-15 15:36:45 +02:00
\item At \(\SI{700}{Hz}\): flexible modes of the top plate, not matching the FRF because it is modeled as a rigid body
\end{itemize}
2021-07-13 00:54:37 +02:00
2021-07-15 15:36:45 +02:00
The transfer functions from the actuators to their ``collocated'' force sensors have alternating poles and zeros (Fig.~\ref{fig:nano_hexapod_identification_comp_simscape_Vs}) as expected.
IFF is then applied individually on each pair of actuator/force sensor in order to actively damp the suspension modes.
The optimal gain of the IFF controller is determined using the model.
After applying the active damping technique, the \(6\) by \(6\) FRF matrix from the actuator to the encoders is identified again and shown in Fig.~\ref{fig:nano_hexapod_identification_damp_comp_simscape}.
2021-07-15 15:36:45 +02:00
It is shown that all the suspension modes are critically damped, and that the model is able to predict the closed-loop behavior of the system.
Even the off-diagonal elements (effect of one actuator on the encoder fixed to another strut) is very well modeled (Fig.~\ref{fig:nano_hexapod_identification_damp_comp_simscape_off_diag}).
2021-07-13 00:54:37 +02:00
\begin{figure}[htbp]
\begin{subfigure}[t]{0.48\linewidth}
\centering
\includegraphics[width=0.95\linewidth]{figs/nano_hexapod_identification_comp_simscape_de.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_comp_simscape_de} Encoder: $d\mathcal{L}_i/u_i$}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.48\linewidth}
\centering
\includegraphics[width=0.95\linewidth]{figs/nano_hexapod_identification_comp_simscape_Vs.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_comp_simscape_Vs} Force Sensor: $V_{s,i}/u_i$}
\end{subfigure}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_comp_simscape}Comparison of the measured Frequency Response functions (FRF) with the Simscape model. From the excitation voltage to the associated encoder (\subref{fig:apa_test_bench_results_de}) and to the associated force sensor stack (\subref{fig:apa_test_bench_results_Vs}).}
\centering
2021-07-13 00:54:37 +02:00
\end{figure}
\begin{figure}[htbp]
\begin{subfigure}[t]{0.49\linewidth}
\centering
\includegraphics[height=5.5cm]{figs/nano_hexapod_identification_damp_comp_simscape_diag.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_damp_comp_simscape_diag} Diagonal term}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.49\linewidth}
\centering
\includegraphics[height=5.5cm]{figs/nano_hexapod_identification_damp_comp_simscape_off_diag.pdf}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_damp_comp_simscape_off_diag} Off-Diagonal term}
\end{subfigure}
2021-07-15 15:36:45 +02:00
\caption{\label{fig:nano_hexapod_identification_damp_comp_simscape}Transfer functions from actuator to encoder with and without the active damping technique applied.}
\centering
2021-07-13 00:54:37 +02:00
\end{figure}
2021-07-12 14:49:24 +02:00
2021-06-28 11:43:18 +02:00
\section{CONCLUSION}
2021-07-15 17:26:54 +02:00
The mechatronic approach used for the development of a nano active stabilization system was presented.
Such approach allowed to design the system in a predictive and optimal way.
2021-07-12 14:49:24 +02:00
2021-07-15 17:26:54 +02:00
Measurements made on the nano-hexapod were found to match very well with the models indicating proper design.
The current performance limitation is coming from the flexible modes of the top platform and future work will focus on overcoming this limitation.
2021-07-15 15:36:45 +02:00
2021-07-15 17:26:54 +02:00
This design methodology can be easily transposed to other complex mechatronic systems and are foreseen to be applied for future mechatronic systems at the ESRF.
2021-06-28 11:43:18 +02:00
\section{ACKNOWLEDGMENTS}
This research was made possible by a grant from the FRIA.
2021-07-15 17:26:54 +02:00
The authors wish to thank L. Ducotte, D. Coulon, P. Brumund, M. Lesourd and Y. Benyakhlef for their help throughout the project.
2021-06-28 11:43:18 +02:00
2021-07-14 11:31:01 +02:00
\printbibliography{}
2021-06-28 11:43:18 +02:00
\end{document}