-
Notifications
You must be signed in to change notification settings - Fork 51
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
Feature: Context Menu #448
Merged
Awesomeplayer165
merged 11 commits into
SleipnirGroup:main
from
Awesomeplayer165:feature/context-menu
Apr 11, 2024
Merged
Feature: Context Menu #448
Awesomeplayer165
merged 11 commits into
SleipnirGroup:main
from
Awesomeplayer165:feature/context-menu
Apr 11, 2024
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
Awesomeplayer165
added
type: qol
Quality of life features, non-critical.
component: ui
UI frontend
labels
Apr 10, 2024
|
Screen.Recording.2024-04-10.at.6.19.57.PM.mp4 |
shueja
reviewed
Apr 11, 2024
shueja
approved these changes
Apr 11, 2024
calcmogul
requested changes
Apr 11, 2024
calcmogul
approved these changes
Apr 11, 2024
spacey-sooty
pushed a commit
to spacey-sooty/Choreo
that referenced
this pull request
Jun 23, 2024
idk why but my ide is acting up so there are probably errors that ill fix later. Anyway, I added a static field in Choreo.java which stores the current trajectory that the robot is on. Calling choreoSwerveCommand() will update this to the trajectory it is given, and then, when finished, put it back to an empty trajectory. There is also now a new static event() method in Choreo.java which returns a trigger for if the robot is currently on a trajectory given as an argument. holy guacamole i forgot a semicolon imported trigger i mightve jumped the gun but i was bored so heres another event function. is this good more methodsgit add .! more le fixes Add list of keyboard shortcuts to document settings (SleipnirGroup#447) Co-authored-by: Jacob Trentini <[email protected]> Feature: Context Menu (SleipnirGroup#448) * add context menu with popover * format * silence error with conflicting mouseevent * format * works but only if you hot reload (fixing with next commit) * step 1 out of predicted 2: migrate local state to uiState * step 2/2: move d3 callback to overlaywaypoint * format * format and refactorings * address @calcmogul's concerns Upgrade TrajoptLib to use larger solver tolerance (SleipnirGroup#451) organization and comments renaming cleanup java impl fix docs format
spacey-sooty
pushed a commit
to spacey-sooty/Choreo
that referenced
this pull request
Jun 23, 2024
idk why but my ide is acting up so there are probably errors that ill fix later. Anyway, I added a static field in Choreo.java which stores the current trajectory that the robot is on. Calling choreoSwerveCommand() will update this to the trajectory it is given, and then, when finished, put it back to an empty trajectory. There is also now a new static event() method in Choreo.java which returns a trigger for if the robot is currently on a trajectory given as an argument. holy guacamole i forgot a semicolon imported trigger i mightve jumped the gun but i was bored so heres another event function. is this good more methodsgit add .! more le fixes Add list of keyboard shortcuts to document settings (SleipnirGroup#447) Co-authored-by: Jacob Trentini <[email protected]> Feature: Context Menu (SleipnirGroup#448) * add context menu with popover * format * silence error with conflicting mouseevent * format * works but only if you hot reload (fixing with next commit) * step 1 out of predicted 2: migrate local state to uiState * step 2/2: move d3 callback to overlaywaypoint * format * format and refactorings * address @calcmogul's concerns Upgrade TrajoptLib to use larger solver tolerance (SleipnirGroup#451) organization and comments renaming cleanup java impl fix docs format
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.
Closes #446