-
Notifications
You must be signed in to change notification settings - Fork 275
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
3 ➡️ 4 #410
3 ➡️ 4 #410
Conversation
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
… model feature Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: John Shepherd <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
* 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 <[email protected]> * updated tests Signed-off-by: John Shepherd <[email protected]> * add tricycle uphill test Signed-off-by: John Shepherd <[email protected]> * Add partial tire drum test Signed-off-by: John Shepherd <[email protected]> * Add triball drift sdf Signed-off-by: John Shepherd <[email protected]> * Sdf changes Signed-off-by: John Shepherd <[email protected]> * 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 <[email protected]> * updated tests Signed-off-by: John Shepherd <[email protected]> * add tricycle uphill test Signed-off-by: John Shepherd <[email protected]> * Add partial tire drum test Signed-off-by: John Shepherd <[email protected]> * Add triball drift sdf Signed-off-by: John Shepherd <[email protected]> * Sdf changes Signed-off-by: John Shepherd <[email protected]> * requested fixes Signed-off-by: John Shepherd <[email protected]> * Add suggestions, make codecheck happy Signed-off-by: John Shepherd <[email protected]> * Add test fixes Signed-off-by: John Shepherd <[email protected]> * Requested fixes Signed-off-by: John Shepherd <[email protected]> * Add suggested fixes Signed-off-by: John Shepherd <[email protected]> * Update src/systems/wheel_slip/WheelSlip.cc Co-authored-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Steve Peters <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: John Shepherd <[email protected]>
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 <[email protected]>
* enhanced log playback performance Signed-off-by: Ashton Larkin <[email protected]> * Handling multiple Parse(...) calls in a single Update Signed-off-by: Ashton Larkin <[email protected]> * Change clear behavior Signed-off-by: Nate Koenig <[email protected]> * Revert changes Signed-off-by: Nate Koenig <[email protected]> * explain cached pose clearing behavior Signed-off-by: Ashton Larkin <[email protected]> * fixed whitespacing for codecheck Signed-off-by: Ashton Larkin <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
* 2.25.0 Signed-off-by: Nate Koenig <[email protected]> * Added missing PR Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: John Shepherd <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: John Shepherd <[email protected]> Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
bd37fde
to
75aed3e
Compare
|
Codecov Report
@@ Coverage Diff @@
## ign-gazebo4 #410 +/- ##
===============================================
+ Coverage 77.19% 77.21% +0.01%
===============================================
Files 200 203 +3
Lines 10709 10963 +254
===============================================
+ Hits 8267 8465 +198
- Misses 2442 2498 +56
Continue to review full report at Codecov.
|
@osrf-jenkins run tests please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Louise Poubel <[email protected]>
Thanks for figuring this out, @azeey. The test was failing locally for me and I was thinking I had the wrong DART version. Reverted in 0ab6d35 and confirmed that the test is fixed for me locally 👍 |
Forward-port
ign-gazebo3
toign-gazebo4
. See comparison:ign-gazebo4...ign-gazebo3
Needs this PR to be merged and released first: gazebosim/gz-physics#129