Update image, articulate 3D model for AdvantageScope to render, simulation fixes, smoother simulation.#145
Conversation
…hat makes sysid impossible.
Member
Author
|
This will be finished once I get back onto software 2 and push the rest of my changes up. |
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.
This updates the readme with a nice image of the robot, and adds component rendering to the codebase. This change can help those on the team who prefer to look at data visually, rather than trying to visualize angles and distances, and is also very nice, and impressive for demonstrating or showing auto modes to judges / other teams or for overall match review purposes. It also can help with reviewing issues by making it simpler to be able to visually see when something was happening, to isolate the part of the log file that includes an issue. For more information about 3d AdvantageScope components: look here.
As for performance, the only math this change will perform is simple addition with pose objects, and it requires no complex math that would take a lot of time. If this becomes an issue with periodic loop cycles, we can easily remove this.
This also changes some aspects of simulation (not Xero Simulation, standard simulation) to simulate coral collections, and to skip the elevator homing sequence without manual DIO flipping, and tunes the simulation PID constants.