Files
modelec-marcel-ROS/src/modelec_strat/data/config.xml
2025-05-07 05:49:01 -04:00

75 lines
1.9 KiB
XML

<config>
<enemy>
<size>
<width_mm>300</width_mm>
<length_mm>300</length_mm>
<margin_mm>50</margin_mm>
</size>
<detection>
<min_move_threshold_mm>50</min_move_threshold_mm>
<refresh_rate>0.5</refresh_rate>
<max_stationary_time_s>5</max_stationary_time_s>
</detection>
<factor_close_enemy>-0.3</factor_close_enemy>
</enemy>
<robot>
<size>
<width_mm>300</width_mm>
<length_mm>300</length_mm>
<margin_mm>100</margin_mm>
</size>
</robot>
<map>
<size>
<grid_width>300</grid_width>
<grid_height>200</grid_height>
<map_width_mm>3000</map_width_mm>
<map_height_mm>2000</map_height_mm>
</size>
</map>
<home>
<blue x="2650" y="1600" theta="-1.5708" />
<yellow x="350" y="1600" theta="-1.5708" />
</home>
<spawn>
<blue x="1775" y="300" theta="1.5708" />
<yellow x="1225" y="300" theta="1.5708" />
</spawn>
<usb>
<pcb>
<pcb_odo>
<name>pcb_odo</name>
<port>/dev/pts/5</port>
<baud_rate>115200</baud_rate>
</pcb_odo>
<pcb_alim>
<name>pcb_alim</name>
<port>/dev/pts/9</port>
<baud_rate>115200</baud_rate>
</pcb_alim>
</pcb>
</usb>
<mission_score>
<banner>20</banner>
<go_home>10</go_home>
<concert>
<niv_1>4</niv_1>
<niv_2>8</niv_2>
<niv_3>16</niv_3>
</concert>
<pami>
<goupie>5</goupie>
<superstar>5</superstar>
<all_party>10</all_party>
</pami>
</mission_score>
<pami>
<time_to_put_zone>77</time_to_put_zone>
<time_to_remove_top_pot>65</time_to_remove_top_pot>
</pami>
</config>