z1_controller/config.xml

18 lines
452 B
XML
Raw Normal View History

2022-09-13 19:53:15 +08:00
<configurartion>
2022-11-11 19:49:41 +08:00
<control set=2>
2022-09-13 19:53:15 +08:00
<option1>keyboard</option1>
<option2>sdk</option2>
<option3>joystick</option3> <!-- default aliengo_joystick -->
</control>
2022-11-11 19:49:41 +08:00
<!-- slave computer communication -->
2022-09-13 19:53:15 +08:00
<IP>192.168.123.110</IP>
2022-11-11 19:49:41 +08:00
<Port>8881</Port>
<collision>
<open>N</open> <!-- Y or N -->
<limitT>10.0</limitT> <!-- N*M -->
<load>0.0</load><!-- kg-->
</collision>
2022-09-13 19:53:15 +08:00
</configurartion>