-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnos3-torquer-simulator.xml
28 lines (28 loc) · 1.16 KB
/
nos3-torquer-simulator.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<simulator>
<name>generic_torquer_sim</name>
<active>true</active>
<library>libgeneric_torquer_sim.so</library>
<hardware-model>
<type>GENERIC_TORQUER</type>
<connections>
<connection>
<type>command</type>
<bus-name>command</bus-name>
<node-name>torquer-command</node-name>
</connection>
</connections>
<data-provider>
<command-port>4279</command-port>
<max-connection-attempts>10</max-connection-attempts>
<retry-wait-seconds>5</retry-wait-seconds>
</data-provider>
<params>
<num-mtbs>3</num-mtbs>
<!-- Parameters from 42 file -->
<!-- MTB Saturation (A-m^2) -->
<max-trq-mtb-0>1.42</max-trq-mtb-0>
<max-trq-mtb-1>1.42</max-trq-mtb-1>
<max-trq-mtb-2>1.42</max-trq-mtb-2>
</params>
</hardware-model>
</simulator>