Skip to content

Commit

Permalink
switched default from skyhunter to anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Aug 1, 2024
1 parent 6e3b24e commit 5cc476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosflight_sim/launch/fixedwing.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def generate_launch_description():
'ros_log_level', default_value=TextSubstitution(text='info')
)

aircraft = 'skyhunter' # default aircraft
aircraft = 'anaconda' # default aircraft

for arg in sys.argv:
if arg.startswith("aircraft:="):
Expand Down

0 comments on commit 5cc476f

Please sign in to comment.