Skip to content
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 8 commits into from
Oct 8, 2020
Merged

2 ➡️ 3 #362

merged 8 commits into from
Oct 8, 2020

Conversation

chapulina
Copy link
Contributor

Needs gazebosim/gz-physics#102 to be merged and released.

nkoenig and others added 7 commits September 15, 2020 19:31
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>
* 2.25.0

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Added missing PR

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@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>
@ahcorde
Copy link
Contributor

ahcorde commented Sep 29, 2020

gazebosim/gz-physics#102 is already merge, but I think it's not released, @scpeters ?

@azeey azeey removed their request for review October 5, 2020 16:10
@chapulina chapulina self-assigned this Oct 6, 2020
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

Merging #362 into ign-gazebo3 will increase coverage by 5.82%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-gazebo3     #362      +/-   ##
===============================================
+ Coverage        65.71%   71.53%   +5.82%     
===============================================
  Files              127      228     +101     
  Lines             6238    12492    +6254     
===============================================
+ Hits              4099     8936    +4837     
- Misses            2139     3556    +1417     
Impacted Files Coverage Δ
src/systems/scene_broadcaster/SceneBroadcaster.hh
...de/ignition/gazebo/components/AirPressureSensor.hh
include/ignition/gazebo/components/Material.hh
include/ignition/gazebo/components/RgbdCamera.hh
...e/ignition/gazebo/components/LinearVelocitySeed.hh
include/ignition/gazebo/components/Inertial.hh
include/ignition/gazebo/components/PoseCmd.hh
include/ignition/gazebo/components/BatterySoC.hh
include/ignition/gazebo/components/Transparency.hh
include/ignition/gazebo/components/Gravity.hh
... and 318 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e7f6ae...0be1bbf. Read the comment docs.

@chapulina
Copy link
Contributor Author

@ahcorde , the Ignition Physics release is out and this is ready for review again.

@ahcorde
Copy link
Contributor

ahcorde commented Oct 7, 2020

Some tests are failing. Are these tests flaky ?

OSX

INTEGRATION_level_manager_runtime_performers.test_ran
PeerTracker.Namespaced

Ubuntu

ServerRepeat/VelocityControlTest.PublishCmd/0

chapulina added a commit that referenced this pull request Oct 8, 2020
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Louise Poubel <louise@openrobotics.org>
@chapulina
Copy link
Contributor Author

I think the previous failures were flaky, CI is happy now. Merging.

@chapulina chapulina merged commit fc72bfc into ign-gazebo3 Oct 8, 2020
@chapulina chapulina deleted the chapulina/2_to_3 branch October 8, 2020 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants