This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
Plan dynamically feasible trajectories #449
Draft
nicovanduijn
wants to merge
15
commits into
master
Choose a base branch
from
dynamically-feasible-trajectories
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nicovanduijn
force-pushed
the
remove-cropping
branch
from
July 23, 2019 11:25
0b59f6c
to
cec8743
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 23, 2019 11:28
a71456f
to
b4551ab
Compare
nicovanduijn
force-pushed
the
remove-cropping
branch
from
July 23, 2019 11:33
cec8743
to
c742f0a
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 23, 2019 11:34
b4551ab
to
b393d84
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 25, 2019 09:59
b393d84
to
55b6665
Compare
nicovanduijn
force-pushed
the
remove-cropping
branch
3 times, most recently
from
July 26, 2019 14:51
e35cb44
to
fba9488
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 29, 2019 07:14
55b6665
to
7d79b14
Compare
nicovanduijn
force-pushed
the
remove-cropping
branch
from
July 29, 2019 11:16
fba9488
to
088e723
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 29, 2019 11:18
7d79b14
to
602fa5c
Compare
nicovanduijn
force-pushed
the
remove-cropping
branch
from
July 30, 2019 14:43
088e723
to
c50484f
Compare
nicovanduijn
force-pushed
the
dynamically-feasible-trajectories
branch
from
July 30, 2019 14:43
5aac13b
to
f76efa3
Compare
baumanta
force-pushed
the
remove-cropping
branch
from
August 5, 2019 12:08
c50484f
to
35c0906
Compare
jkflying
force-pushed
the
remove-cropping
branch
3 times, most recently
from
August 19, 2019 08:16
067f765
to
054cd32
Compare
This commit changes the star planner to distinguish between setpoints sent to the position controller and the actual positions we would then end up in.
cost such that it's possible to fly at lower altitudes
mrivi
force-pushed
the
dynamically-feasible-trajectories
branch
from
August 29, 2019 08:22
f76efa3
to
5628fa2
Compare
mrivi
force-pushed
the
dynamically-feasible-trajectories
branch
from
September 4, 2019 08:31
7665685
to
a8b2943
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is on top of #448 and #443 so those should go in first.
This uses the trajectory simulator in the tree generation to add nodes to the tree that we can actually reach.
Note that this does not yet affect the selection of the nodes, whose cost is still computed by assuming perfect tracking.
Also the eventual setpoint will be on the dynamically feasible path, not the setpoint input to the simulator used to calculate the node position. This sounds like flawed logic, but it yields very smooth and nice flying behavior in SITL.