Skip to content

Commit

Permalink
Changed default waypoints to use filleting, and more reasonable
Browse files Browse the repository at this point in the history
distance.
  • Loading branch information
iandareid committed Jun 5, 2024
1 parent 0d84a9a commit 97e2bba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rosplane/params/fixedwing_mission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
wp:
w: [0.0, 0.0, -50.0]
chi_d: 1.1518
use_chi: True
use_chi: False
va_d: 25.0
wp:
w: [200.0, 100.0, -50.0]
w: [2000.0, 1000.0, -50.0]
chi_d: 1.1518
use_chi: True
use_chi: False
va_d: 25.0
wp:
w: [200.0, -100.0, -50.0]
w: [2000.0, -1000.0, -50.0]
chi_d: 1.1518
use_chi: True
use_chi: False
va_d: 25.0
wp:
w: [0.0, -100.0, -50.0]
w: [0.0, -1000.0, -50.0]
chi_d: 1.1518
use_chi: True
va_d: 25.0
use_chi: False
va_d: 25.0

0 comments on commit 97e2bba

Please sign in to comment.