Skip to content

Commit

Permalink
Merge pull request #92 from olliewalsh/fix_motor_config
Browse files Browse the repository at this point in the history
Fix motor configs
  • Loading branch information
ClemensElflein committed May 3, 2024
2 parents f55300b + cf90257 commit f907602
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions configs/xESC/YardForce_Classic_Mower_Motor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<comm_mode>0</comm_mode>
<motor_type>2</motor_type>
<sensor_mode>0</sensor_mode>
<l_current_max>2</l_current_max>
<l_current_min>-2</l_current_min>
<l_in_current_max>5</l_in_current_max>
<l_in_current_min>-5</l_in_current_min>
<l_current_max>5</l_current_max>
<l_current_min>-5</l_current_min>
<l_in_current_max>2</l_in_current_max>
<l_in_current_min>-2</l_in_current_min>
<l_abs_current_max>15</l_abs_current_max>
<l_min_erpm>-100000</l_min_erpm>
<l_max_erpm>100000</l_max_erpm>
Expand All @@ -17,8 +17,8 @@
<l_max_erpm_fbrake_cc>1500</l_max_erpm_fbrake_cc>
<l_min_vin>8</l_min_vin>
<l_max_vin>40</l_max_vin>
<l_battery_cut_start>23.8</l_battery_cut_start>
<l_battery_cut_end>21</l_battery_cut_end>
<l_battery_cut_start>6</l_battery_cut_start>
<l_battery_cut_end>6</l_battery_cut_end>
<l_slow_abs_current>0</l_slow_abs_current>
<l_temp_fet_start>85</l_temp_fet_start>
<l_temp_fet_end>90</l_temp_fet_end>
Expand Down
12 changes: 6 additions & 6 deletions configs/xESC/YardForce_SA650ECO_Mower_Motor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<comm_mode>0</comm_mode>
<motor_type>2</motor_type>
<sensor_mode>0</sensor_mode>
<l_current_max>2</l_current_max>
<l_current_min>-2</l_current_min>
<l_in_current_max>5</l_in_current_max>
<l_in_current_min>-5</l_in_current_min>
<l_current_max>5</l_current_max>
<l_current_min>-5</l_current_min>
<l_in_current_max>2</l_in_current_max>
<l_in_current_min>-2</l_in_current_min>
<l_abs_current_max>15</l_abs_current_max>
<l_min_erpm>-100000</l_min_erpm>
<l_max_erpm>100000</l_max_erpm>
Expand All @@ -17,8 +17,8 @@
<l_max_erpm_fbrake_cc>1500</l_max_erpm_fbrake_cc>
<l_min_vin>8</l_min_vin>
<l_max_vin>40</l_max_vin>
<l_battery_cut_start>23.8</l_battery_cut_start>
<l_battery_cut_end>21</l_battery_cut_end>
<l_battery_cut_start>6</l_battery_cut_start>
<l_battery_cut_end>6</l_battery_cut_end>
<l_slow_abs_current>0</l_slow_abs_current>
<l_temp_fet_start>85</l_temp_fet_start>
<l_temp_fet_end>90</l_temp_fet_end>
Expand Down

0 comments on commit f907602

Please sign in to comment.