physics: Simulate algae interaction using physical properties#251
Open
auscompgeek wants to merge 2 commits into
Open
physics: Simulate algae interaction using physical properties#251auscompgeek wants to merge 2 commits into
auscompgeek wants to merge 2 commits into
Conversation
8051044 to
69caf62
Compare
Contributor
|
I've merged the other sim stuff that this needs. When you are ready, I'll get this in too. Being able to use the sim again will be useful. |
083a6d2 to
4b5ee8a
Compare
4b5ee8a to
3aa45c7
Compare
auscompgeek
commented
Mar 5, 2025
| robot.injector_component.injector_2, | ||
| gearing=1 / 1, | ||
| moi=0.000105679992, # TODO: measure | ||
| ) |
Member
Author
There was a problem hiding this comment.
This works but is technically wrong. The mass MOI is probably close enough (even though it was hallucinated by AI lol), but this doesn't take into account the gear reduction (which isn't accounted for in the encoder readings) because I can't do maths at 8pm
This file contains hidden or 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
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.
Depends on:
TODO: