Last change
on this file since 49 was
13,
checked in by wcaarls, 12 years ago
|
Updated extremum_seeking to revision 1017
|
File size:
868 bytes
|
Line | |
---|
1 | <launch> |
---|
2 | <!-- Approximation based ESC Node (1D) --> |
---|
3 | <node name="approx_esc_1d" pkg="esc_approx" type="esc_1d" output="screen"> |
---|
4 | <param name="data_size" type="int" value="10" /> |
---|
5 | <param name="poly_degree" type="int" value="3" /> |
---|
6 | <param name="k_grad" type="double" value="0.001" /> |
---|
7 | <param name="init_vel" type="double" value="0.00001" /> |
---|
8 | <param name="sampling" type="int" value="1" /> |
---|
9 | <param name="monitor" type="bool" value="false" /> |
---|
10 | <param name="period" type="double" value="0.01" /> |
---|
11 | |
---|
12 | <remap from="/approx_esc_1d/esc_in" to="/esc_test/esc_in"/> |
---|
13 | <remap from="/approx_esc_1d/vel_ref" to="/esc_test/vel_ref"/> |
---|
14 | </node> |
---|
15 | |
---|
16 | <node name="esc_test" pkg="esc_test" type="esc_test" output="screen"/> |
---|
17 | |
---|
18 | <node name="plot" pkg="rxtools" type="rxplot" output="screen" args="/esc_test/obj_val/data /esc_test/vel_ref/data[0] /esc_test/esc_in/state[0]"/> |
---|
19 | </launch> |
---|
Note: See
TracBrowser
for help on using the repository browser.