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
0b59f6c
to
cec8743
Compare
a71456f
to
b4551ab
Compare
cec8743
to
c742f0a
Compare
b4551ab
to
b393d84
Compare
b393d84
to
55b6665
Compare
e35cb44
to
fba9488
Compare
55b6665
to
7d79b14
Compare
fba9488
to
088e723
Compare
7d79b14
to
602fa5c
Compare
088e723
to
c50484f
Compare
5aac13b
to
f76efa3
Compare
c50484f
to
35c0906
Compare
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
f76efa3
to
5628fa2
Compare
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.