Skip to content
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

Implement missing command framework pieces #28

Open
8 of 12 tasks
virtuald opened this issue Nov 5, 2023 · 2 comments
Open
8 of 12 tasks

Implement missing command framework pieces #28

virtuald opened this issue Nov 5, 2023 · 2 comments

Comments

@virtuald
Copy link
Member

virtuald commented Nov 5, 2023

We have moved to a pure python command framework for 2024, but it is currently incomplete. Here are the pieces I'm aware of that aren't implemented yet -- though I'm sure there's more.

There are probably more pieces too. I believe there are WPILib updates too.

Ideally PRs that include these features will also include tests ported from allwpilib's java implementation. I've had good success pasting in Java code into ChatGPT and asking it to convert it to Python, and there are other ways to do this also.

@virtuald
Copy link
Member Author

virtuald commented Nov 5, 2023

CommandGenericHID does not inherit from GenericHID, which breaks JoystickButton (expects a getRawButton function to exist).

virtuald added a commit to robotpy/examples that referenced this issue Nov 5, 2023
- Some of the command based examples don't work because the command
  framework is incomplete. See robotpy/robotpy-commands-v2#28
virtuald added a commit to robotpy/examples that referenced this issue Nov 5, 2023
- Some of the command based examples don't work because the command
  framework is incomplete. See robotpy/robotpy-commands-v2#28
virtuald added a commit to robotpy/examples that referenced this issue Nov 5, 2023
- Some of the command based examples don't work because the command
  framework is incomplete. See robotpy/robotpy-commands-v2#28
virtuald added a commit to robotpy/examples that referenced this issue Nov 5, 2023
- Some of the command based examples don't work because the command
  framework is incomplete. See robotpy/robotpy-commands-v2#28
virtuald added a commit to robotpy/examples that referenced this issue Nov 5, 2023
- Some of the command based examples don't work because the command
  framework is incomplete. See robotpy/robotpy-commands-v2#28
@TheTripleV
Copy link
Member

I think that's on purpose. The java one doesn't inherit either

lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 5, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 5, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 5, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 6, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 6, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 6, 2023
virtuald pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 8, 2023
lospugs pushed a commit to lospugs/robotpy-commands-v2 that referenced this issue Dec 28, 2023
virtuald added a commit to lospugs/robotpy-commands-v2 that referenced this issue Jan 24, 2024
* robotpy#28

Co-authored-by: Dustin Spicuzza <dustin@virtualroadside.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants