-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create pylint.yml #19
Merged
Merged
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
See last two commits for failure/pass example. |
Jackack
approved these changes
Nov 30, 2023
Jackack
added a commit
that referenced
this pull request
Feb 14, 2024
* updated path planner and autonsystem, added option for building trajectory from __init__ parameter of trajectory.py * [BETA] obstacle avoidance * added halfplane constraints to MPC * Switched path planning to use offsets along the path normal * Cleaned up unused code, added comments * CI (#19) * pylint fixes more pylint fixes pylint fixes for 2d sim and other existing modules pylint fixes yet again pylint fixes yet again #2 * removed ROSbags * added changes requested * Fixed merge issues Added exec permission to velocity_ui.py * Updated velocity ui window title added if statement for selecting velocity source in launch config --------- Co-authored-by: Christian Luu <[email protected]>
Jackack
added a commit
that referenced
this pull request
Mar 13, 2024
…eserved (#47) * updated path planner and autonsystem, added option for building trajectory from __init__ parameter of trajectory.py * [BETA] obstacle avoidance * added halfplane constraints to MPC * Switched path planning to use offsets along the path normal * Cleaned up unused code, added comments * CI (#19) * pylint fixes more pylint fixes pylint fixes for 2d sim and other existing modules pylint fixes yet again pylint fixes yet again #2 * removed ROSbags * added changes requested * Updated main.launch Co-authored-by: Mehul Goel <[email protected]> Co-authored-by: TiaSinghania <[email protected]> Co-authored-by: PatXue <[email protected]> * fixed main.launch typo * Fixed topic remapping * fixed topic remp, added dummy subscriber for debug * Fixed heading gain, added ghost NAND feature * removed dummy node (was used for debug) * Commented out MPC halfplane constraints, Updated sim launch file * Added exception for path run out for MPC, stanley Added more mock roll paths and starting poses expanded MPC traj index search window * Added debug steer routine * updated the cut path * changed controller type * Added debug topic for filter <-> gnss distance * Turned on debug logging for INS * set debug to true in INS_params.yml * removed duplicate publish_rtk_err.py fixed typo in publish_rtk_err.py variable naming * Fixed pylint warnings * removed duplicate publish_rtk_err.py * removed unusued vars in MPC --------- Co-authored-by: Christian Luu <[email protected]> Co-authored-by: Mehul Goel <[email protected]> Co-authored-by: TiaSinghania <[email protected]> Co-authored-by: PatXue <[email protected]> Co-authored-by: Buggy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pylint to check easy linting errors on newly edited files. This will ignore old files that are not edited.