<div dir="ltr">There is basically two ways this can be done:<div> - you reconfigure the PID controller component, meaning that you stop/cleanup it, reload a different configuration and configure/start it again. Be aware that you need to recreate the incoming connections (connections to its inputs) when you do this</div>
<div> - you split the various PID controllers into separate controller, and do the reconfiguration on the transformation component (the one that does the frame change). Same method, same caveat about the connections.</div>
<div><br></div><div>Sylvain</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 25, 2014 at 10:52 AM, Vincent vittori <span dir="ltr">&lt;<a href="mailto:vittori.vincent@gmail.com" target="_blank">vittori.vincent@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all, <div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px">After successfully used the auv_control for depth control in simulator and pool test, </div>
<div style="font-family:arial,sans-serif;font-size:13px">
I am actually right now looking for ways to have more control on those control loops,  </div><div style="font-family:arial,sans-serif;font-size:13px">meaning that I am looking for a way to enable/disable at any time via a GUI a full/semi heading control / depth control etc.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">So far I have a cascade PID control that allows me to have a depth control as well as attitude control. <br>

The problem is that it&#39;s all done in the same PIDController task I mean with the same configuration file. <br><br>I can&#39;t clearly see right now how I could separate those things.<br><br>What would make more sense: <br>

- Dynamically loading different properties inside the same configuration files and therefore having more behaviors activated ( I think I saw that orocos can do that...) </div><div style="font-family:arial,sans-serif;font-size:13px">

- An enabled/disabled state for the PIDController </div><div style="font-family:arial,sans-serif;font-size:13px">- etc.. (open for propositions) </div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

I will be very interested to know how you proceed with avalon for example. </div><div style="font-family:arial,sans-serif;font-size:13px">Thank you. </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>V.v </div>
-- <br><div dir="ltr"><table border="0" cellpadding="0" cellspacing="0" width="600" style="border:0px;margin:0px auto;color:rgb(0,0,0);font-family:Arial,Helvetica,&#39;Nimbus Sans L&#39;,sans-serif;line-height:15px">
<tbody><tr><td colspan="2" style="border-top-width:1px;border-top-style:solid;border-top-color:rgb(204,204,204);padding:10px"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:11px;border:0px;margin:0px auto;line-height:normal">

<tbody><tr valign="top" style="line-height:15px"><td width="40%"><font size="4">Vincent Vittori</font><br><font style="font-weight:bold">Robotic engineer MARUM</font><br><span style="color:rgb(34,34,34);font-size:13px;line-height:normal">University of Bremen</span><br style="color:rgb(34,34,34);font-size:13px;line-height:normal">

<span style="color:rgb(34,34,34);font-size:13px;line-height:normal">4 Leobener Straße, </span><span style="color:rgb(34,34,34);font-size:13px;line-height:normal;margin-bottom:1px;font-family:arial,helvetica,sans-serif">28359 Bremen RAUM 1520</span><br>

<br><a href="http://maps.google.com/maps?q=&amp;hl=en" style="color:rgb(0,0,0)" target="_blank"></a></td><td width="40%" style="padding-left:15px"><font><b style="color:rgb(153,153,153)">DE Mobile :</b> <a href="tel:%2B49%20152%20242%2037%20465" value="+4915224237465" target="_blank">+49 152 242 37 465</a> <br>

</font><b style="font-size:small;color:rgb(153,153,153)">DE Office  :</b><font> </font><span style="color:rgb(34,34,34);font-size:13px;line-height:normal">+</span><span style="color:rgb(34,34,34);font-size:13px;line-height:normal">49</span><span style="color:rgb(34,34,34);font-size:13px;line-height:normal"> 421 218 65 641</span><font><br>

<b style="color:rgb(153,153,153)">FR Mobile :</b> <a href="tel:%2B33%20612%2012%2035%2039" value="+33612123539" target="_blank">+33 612 12 35 39</a> <br><b style="color:rgb(153,153,153)">Email:</b> <a href="mailto:vittori.vincent@gmail.com" style="color:rgb(0,0,0)" title="[GMCP] Compose a new mail to vittori.vincent@gmail.com" rel="noreferrer" target="_blank">vittori.vincent@gmail.com</a><br>

<b style="color:rgb(153,153,153)">IM:</b> vincent.vittori1 (Skype)<br></font><div style="margin-top:5px"><font><b><a href="http://de.linkedin.com/in/vincentvittori/en" target="_blank"><font color="#006699">http://de.linkedin.com/in/vincentvittori</font>/en</a></b><br>

</font></div></td><td width="20%" style="padding:0px 15px"><font><br></font><br></td></tr></tbody></table></td></tr><tr style="font-size:10px;line-height:normal;font-family:arial,sans-serif"><td style="border-top-width:1px;border-top-style:solid;border-top-color:rgb(204,204,204);padding-top:2px">

  </td><td align="right" style="border-top-width:1px;border-top-style:solid;border-top-color:rgb(204,204,204);padding-top:2px"><br></td></tr></tbody></table></div>
</font></span></div></div>
<br>_______________________________________________<br>
Rock-dev mailing list<br>
<a href="mailto:Rock-dev@dfki.de">Rock-dev@dfki.de</a><br>
<a href="http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev" target="_blank">http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev</a><br>
<br></blockquote></div><br></div>