-
Notifications
You must be signed in to change notification settings - Fork 278
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
2 ➡️ 3 #362
Merged
Merged
2 ➡️ 3 #362
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
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: John Shepherd <john@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
* initial version of wheel_slip system copied from apply_joint_force * Port essential parts of WheelSlipPlugin * Add test init and resolve comments Signed-off-by: John Shepherd <john@openrobotics.org> * updated tests Signed-off-by: John Shepherd <john@openrobotics.org> * add tricycle uphill test Signed-off-by: John Shepherd <john@openrobotics.org> * Add partial tire drum test Signed-off-by: John Shepherd <john@openrobotics.org> * Add triball drift sdf Signed-off-by: John Shepherd <john@openrobotics.org> * Sdf changes Signed-off-by: John Shepherd <john@openrobotics.org> * initial version of wheel_slip system copied from apply_joint_force * Port essential parts of WheelSlipPlugin * Add test init and resolve comments Signed-off-by: John Shepherd <john@openrobotics.org> * updated tests Signed-off-by: John Shepherd <john@openrobotics.org> * add tricycle uphill test Signed-off-by: John Shepherd <john@openrobotics.org> * Add partial tire drum test Signed-off-by: John Shepherd <john@openrobotics.org> * Add triball drift sdf Signed-off-by: John Shepherd <john@openrobotics.org> * Sdf changes Signed-off-by: John Shepherd <john@openrobotics.org> * requested fixes Signed-off-by: John Shepherd <john@openrobotics.org> * Add suggestions, make codecheck happy Signed-off-by: John Shepherd <john@openrobotics.org> * Add test fixes Signed-off-by: John Shepherd <john@openrobotics.org> * Requested fixes Signed-off-by: John Shepherd <john@openrobotics.org> * Add suggested fixes Signed-off-by: John Shepherd <john@openrobotics.org> * Update src/systems/wheel_slip/WheelSlip.cc Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Nate Koenig <nkoenig@users.noreply.github.com> Co-authored-by: Nate Koenig <nate@openrobotics.org>
A recent update to DART changed the way the slip parameter is implemented. Part of this change removed the small amount of slip each surface had by default. This in turn broke this test because the vehicle would not steer as some amount of slip is needed in the lateral direction. The solution is to lower the coefficient of friction in the lateral direction so the friction in that direction can be overcome by the steering force. Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
* enhanced log playback performance Signed-off-by: Ashton Larkin <ashton@openrobotics.org> * Handling multiple Parse(...) calls in a single Update Signed-off-by: Ashton Larkin <ashton@openrobotics.org> * Change clear behavior Signed-off-by: Nate Koenig <nate@openrobotics.org> * Revert changes Signed-off-by: Nate Koenig <nate@openrobotics.org> * explain cached pose clearing behavior Signed-off-by: Ashton Larkin <ashton@openrobotics.org> * fixed whitespacing for codecheck Signed-off-by: Ashton Larkin <ashton@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Ian Chen <ichen@osrfoundation.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: John Shepherd <john@openrobotics.org> Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org>
gazebosim/gz-physics#102 is already merge, but I think it's not released, @scpeters ? |
@ahcorde , the Ignition Physics release is out and this is ready for review again. |
Some tests are failing. Are these tests flaky ? OSXINTEGRATION_level_manager_runtime_performers.test_ran UbuntuServerRepeat/VelocityControlTest.PublishCmd/0 |
chapulina
force-pushed
the
chapulina/2_to_3
branch
from
October 8, 2020 20:46
900e8a7
to
5beac63
Compare
nkoenig
approved these changes
Oct 8, 2020
chapulina
force-pushed
the
chapulina/2_to_3
branch
from
October 8, 2020 21:22
5beac63
to
c882483
Compare
chapulina
added a commit
that referenced
this pull request
Oct 8, 2020
Signed-off-by: Louise Poubel <louise@openrobotics.org>
chapulina
force-pushed
the
chapulina/2_to_3
branch
from
October 8, 2020 21:34
45bcfaf
to
0be1bbf
Compare
I think the previous failures were flaky, CI is happy now. Merging. |
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.
Needs gazebosim/gz-physics#102 to be merged and released.