Setting speed to zero after final waypoint is reached #464
Replies: 2 comments 2 replies
-
Indeed, that’s how I would do it as well. There are more AT commands like ATDIST that can be used as well, even with waypoints/positions which are not in the route.
Best regards,
Jacco Hoekstra
On 7 Jun 2023, at 04:06, nl22-nmsu ***@***.***> wrote:
Figure this out, but I'll leave posted for the other new comers like me.
00:00:00.00> cre k1 b737 53 -30 0 3000 245
00:00:00.00> pan k1
00:00:01.00> addwpt k1 53 -35
00:00:02.00> k1 at k1001 do k1 spd 0
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/TUDelft-CNS-ATM/bluesky/discussions/464*discussioncomment-6106339__;Iw!!PAKc-5URQlI!9mTKwZphm9OaeQQLeriZqfDVZ0c9ShxLh_fABsLoDrvLyfmRQw6IhYAoCx4ZUQCTCU-L44afJ39dxaqujoYWO36oI3nBSA$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABWT2BE7HSW77UINVDKMNB3XJ7O3VANCNFSM6AAAAAAY5COBV4__;!!PAKc-5URQlI!9mTKwZphm9OaeQQLeriZqfDVZ0c9ShxLh_fABsLoDrvLyfmRQw6IhYAoCx4ZUQCTCU-L44afJ39dxaqujoYWO37iz-hN6Q$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nl22-nmsu
-
Hi @nl22-nmsu, are you sure you didn't make a typo? When I enter the same commands I get no error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to using bluesky. I'm wanting to run a scenario where some aircraft are generated and go to their waypoints. That much I have. But then after they reach the last waypoint I want their speed to be set to zero and I want them to stay at that position.
I have something like this at the moment:
00:00:00.00> trail on
00:00:00.00> cre k1 b737 53 -30 0 3000 245
00:00:00.00> orig k1 53 -30
00:00:00.00> dest k1 54 -29
00:00:00.00> pan k1
00:00:01.00> addwpt k1 53 -32
Additionally, how do I get the purple waypoint lines to show without clicking the screen.
Any help is much appreciated
Beta Was this translation helpful? Give feedback.
All reactions