Last change
on this file since 5 was
5,
checked in by wcaarls, 12 years ago
|
Imported extremum_seeking at revision 987
|
File size:
485 bytes
|
Rev | Line | |
---|
[5] | 1 | <launch> |
---|
| 2 | <!-- Neural Network ESC Node (1D) --> |
---|
| 3 | <node name="nn_esc_1d" pkg="esc_nn" type="esc_1d" output="screen"> |
---|
| 4 | <param name="A" type="double" value="0.02" /> |
---|
| 5 | <param name="B" type="double" value="2" /> |
---|
| 6 | <param name="M" type="double" value="1" /> |
---|
| 7 | <param name="ddelta" type="double" value="0.01" /> |
---|
| 8 | <param name="delta" type="double" value="0.04" /> |
---|
| 9 | <param name="period" type="double" value="0.01" /> |
---|
| 10 | <param name="monitor" type="bool" value="true" /> |
---|
| 11 | </node> |
---|
| 12 | </launch> |
---|
Note: See
TracBrowser
for help on using the repository browser.