Skip to content

Commit

Permalink
Update defaults_dialog_entries.js
Browse files Browse the repository at this point in the history
  • Loading branch information
b14ckyy authored Dec 19, 2024
1 parent 56d80dc commit f8b326d
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions js/defaults_dialog_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,22 +466,6 @@ var defaultsDialogData = [
key: "yaw_rate",
value: 3
},
{
key: "nav_fw_pos_z_p",
value: 25
},
{
key: "nav_fw_pos_z_i",
value: 5
},
{
key: "nav_fw_pos_z_d",
value: 8
},
{
key: "nav_fw_pos_xy_p",
value: 55
},
{
key: "fw_turn_assist_pitch_gain",
value: 0.4
Expand Down Expand Up @@ -672,22 +656,6 @@ var defaultsDialogData = [
key: "yaw_rate",
value: 3
},
{
key: "nav_fw_pos_z_p",
value: 35
},
{
key: "nav_fw_pos_z_i",
value: 5
},
{
key: "nav_fw_pos_z_d",
value: 10
},
{
key: "nav_fw_pos_xy_p",
value: 70
},
{
key: "fw_turn_assist_pitch_gain",
value: 0.3
Expand Down Expand Up @@ -874,4 +842,4 @@ var defaultsDialogData = [
}
];

module.exports = defaultsDialogData;
module.exports = defaultsDialogData;

0 comments on commit f8b326d

Please sign in to comment.