-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_L1_Control:avoid big turn #19975
AP_L1_Control:avoid big turn #19975
Conversation
* Add missing comma in `sim_vehicle.py`. Signed-off-by: mr.Shu <mr@shu.io>
Co-authored-by: Leonard Hall <leonardthall@gmail.com>
… fixed radius using turn rate guided command
Allows for all backends to be set to off by default.
this doesn't actually allow you to specify a default, despite the name and a couple of hwdefs trying to use it that way. This would have stopped being useful when we did the compass-prority-table stuff - or before.
this doesn't actually allow you to specify a default, despite the name and a couple of hwdefs trying to use it that way. This would have stopped being useful when we did the compass-prority-table stuff - or before.
this doesn't actually allow you to specify a default, despite the name and a couple of hwdefs trying to use it that way. This would have stopped being useful when we did the compass-prority-table stuff - or before.
this doesn't actually allow you to specify a default, despite the name and a couple of hwdefs trying to use it that way. This would have stopped being useful when we did the compass-prority-table stuff - or before.
velocity will stay at zero, which seems a reasonable thing to continue with in this function
@xianglunkai Thank you for this PR! Can you tell us more about the problem this is solving? Also, please rebase your branch. |
No, you still have not rebased it properly :( |
I've created an issue to cover what this PR is trying to do #20080. We might close this PR unless I can figure out how to rebase and then push overtop of it |
This PR needs to be rebased but it seems difficult for the submitter to do this and other developers (including me) can't access the branch listed in this PR so I'm going to close this PR and proceed with discussions on the issue. |
To me looks like the only commit is: ea22395 So just re-doing that single line change should be enough to get this fixed. |
No description provided.