Update stl files and controller#193
Merged
Achllle merged 3 commits intonasa-jpl:masterfrom Jun 2, 2024
Merged
Conversation
Collaborator
|
I got it to work with my NVidia GPU this time, I was missing a few environment variables in my docker setup. Running smoothly at 60fps! I did notice the movements look a bit off. When turning, the inner wheels seem to be moving faster when they should be moving slower than the outer wheels. The wheels also seem to be rotating faster than the rover's velocity, as if they're slipping. Nothing big, I'll take a look at the code again in a bit |
Contributor
Author
|
Thank you for your review :) |
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.
Hi,
Updated the STL files and controller files.
The previous STL files was very large, which negatively affected Gazebo simulation time.
I’ve fixed this issue. When using the GTX 1650, I achieved around 60 fps in the simulation, allowing for much faster simulation performance than before.