diff --git a/bluesky/traffic/route.py b/bluesky/traffic/route.py index 88a1645186..9481dd1b2f 100644 --- a/bluesky/traffic/route.py +++ b/bluesky/traffic/route.py @@ -124,7 +124,7 @@ def addwptMode(acidx, mode = None, value = None): Route.addwptStack(acidx, mode) return True - elif mode in ['TURNSPEED', 'TURNSPD', 'TURNRADIUS', 'TURNRAD']: + elif mode in ['TURNSPEED', 'TURNSPD', 'TURNRADIUS', 'TURNRAD', 'TURNHDGRATE', 'TURNHDG', 'TURNHDGR']: # We're changing the turn speed or radius Route.addwptStack(acidx, mode, value) return True diff --git a/scenario/LNAV_VNAV/LNAV-VNAV-TwoRoutesFlights.scn b/scenario/LNAV_VNAV/LNAV-VNAV-TwoRoutesFlights.scn index 28593f0497..87bb55b2e3 100644 --- a/scenario/LNAV_VNAV/LNAV-VNAV-TwoRoutesFlights.scn +++ b/scenario/LNAV_VNAV/LNAV-VNAV-TwoRoutesFlights.scn @@ -68,5 +68,5 @@ #(LNAV is already on due to ADDWPT) 00:00:00.00>KLM1705 VNAV on 00:00:00.00>pos kl204 -00:00:00.00>plot alt -00:00:00.00>ff 300 +#00:00:00.00>plot alt +#00:00:00.00>ff 300