-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
add longitudinal maneuvers #33527
add longitudinal maneuvers #33527
Conversation
if maneuver is None: | ||
print('We are done!') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think wrapping around is better than no maneuvers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without any alert it may be easy to miss that the report is done
@adeebshihadeh Anything else you think the first iteration needs? |
* add longitudinal profiles * stash * unfortunately even longitudinalPlan causes circle * add to process config * reach target speed smoothly * stash * works * clean up * debug alert * rename * fix * better text * toggle via exp button * try coming to a stop better, smoother target reaching * closer to target * revert controlsd migration * add description to alert * generate report from local logs * hide bad maneuvers * pdflike * Revert "pdflike" This reverts commit 6d4af1b. * try this * use alert manager * fix that check * wat * Revert "wat" This reverts commit 93d0d27. * some clean up * rm * cleanup * move * fix test * more fix * clean up * fix that
from opendbc: https://github.com/commaai/opendbc/blob/ef7102a8ae2334d77ff4b0be512c073e81b01d18/examples/longitudinal-profiles.py
LongitudinalManeuverMode