Changeset 9 for trunk/extremum_seeking
- Timestamp:
- 08/10/12 09:28:48 (12 years ago)
- Location:
- trunk/extremum_seeking
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extremum_seeking/esc_approx/manifest.xml
r5 r9 2 2 <description brief="esc_approx"> 3 3 4 esc_approx4 Approximation-based extremum seeking control 5 5 6 6 </description> … … 18 18 <rosdep name="eigen"/> 19 19 </package> 20 21 -
trunk/extremum_seeking/esc_common/manifest.xml
r5 r9 2 2 <description brief="esc_common"> 3 3 4 esc_common4 Common components for extremum seeking control 5 5 6 6 </description> 7 <author>Berk Calli </author>7 <author>Berk Calli and Wouter Caarls</author> 8 8 <license>BSD</license> 9 9 <review status="unreviewed" notes=""/> … … 14 14 </export> 15 15 16 17 16 </package> 18 19 -
trunk/extremum_seeking/esc_nn/manifest.xml
r5 r9 2 2 <description brief="esc_nn"> 3 3 4 esc_nn4 Neural network based extremum seeking control 5 5 6 6 </description> -
trunk/extremum_seeking/esc_perturb/manifest.xml
r5 r9 2 2 <description brief="esc_perturb"> 3 3 4 esc_perturb4 Perturbation based extremum seeking control 5 5 6 6 </description> -
trunk/extremum_seeking/esc_ros/manifest.xml
r5 r9 2 2 <description brief="esc_ros"> 3 3 4 esc_ros4 Common components for ROS-based extremum seeking control 5 5 6 6 </description> 7 <author>Berk Calli </author>7 <author>Berk Calli and Wouter Caarls</author> 8 8 <license>BSD</license> 9 9 <review status="unreviewed" notes=""/> … … 17 17 18 18 </package> 19 20 -
trunk/extremum_seeking/esc_sm/manifest.xml
r6 r9 2 2 <description brief="sm_esc_1d"> 3 3 4 sm_esc_1d4 Sliding mode extremum seeking control 5 5 6 6 </description> … … 16 16 </export> 17 17 </package> 18 19 -
trunk/extremum_seeking/stack.xml
r5 r9 1 1 <stack> 2 <description brief="extremum_seeking"> extremum_seeking</description>3 <author> Maintained by lacquey</author>2 <description brief="extremum_seeking">Extremum seeking control algorithms</description> 3 <author>Berk Calli and Wouter Caarls</author> 4 4 <license>BSD</license> 5 5 <review status="unreviewed" notes=""/> 6 6 <url>http://ros.org/wiki/extremum_seeking</url> 7 7 <depend stack="ros" /> 8 9 8 </stack>
Note: See TracChangeset
for help on using the changeset viewer.