-
Notifications
You must be signed in to change notification settings - Fork 39
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
NNFF Live Updating Longitudinal Controller #82
base: master-new
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request introduces a live-updating NNFF longitudinal controller. It works by initializing a No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
import time | ||
from cereal import messaging | ||
from collections import deque | ||
from openpilot.common.params import Params |
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.
Need to deprecate this in favor of (params) flagging to reduce dependencies on the openpilot repository.
# Conflicts: # opendbc/car/structs.py
Introduces a live-updating NNFF longitudinal controller for a more personalized pid controller adapted to the user's specific driving conditions.
Summary by Sourcery
Implements a live-updating NNFF longitudinal controller that adapts to the user's driving style by monitoring vehicle behavior during stopping and starting, and adjusting longitudinal control parameters accordingly.
New Features: