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

Operation Close-The-Gap #26

Merged
merged 14 commits into from
Aug 26, 2020
Prev Previous commit
Next Next commit
physics engines, plstforms
Signed-off-by: Louise Poubel <[email protected]>
chapulina committed Jun 1, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d328cd5dbc3ccec6a063cd3aef7e20fefbaf46f4
12 changes: 10 additions & 2 deletions citadel/comparison.md
Original file line number Diff line number Diff line change
@@ -194,10 +194,10 @@ in Gazebo.

Feature | Gazebo-classic | Ignition Gazebo
-- | -- | --
ODE engine | ✓ | TODO
ODE engine | ✓ | [Issue](https://github.com/ignitionrobotics/ign-physics/issues/63)
Bullet engine | ✓ | [Issue](https://github.com/ignitionrobotics/ign-physics/issues/44)
DART engine | ✓ | ✓ Plugin shipped with ign-physics
Simbody engine | ✓ |
Simbody engine | ✓ | [Issue](https://github.com/ignitionrobotics/ign-physics/issues/63)
Custom engine plugins | ✕ | ✓

## Rendering
@@ -226,6 +226,14 @@ Supported versions:
* ROS 1 Melodic
* ROS 2 Dashing

## Platforms

Platform | Gazebo-classic | Ignition Gazebo
-- | -- | --
Ubuntu | ✓ | ✓
OSX | ✓ | Most of the stack works, outstanding issues: [command line](https://github.com/ignitionrobotics/ign-gazebo/issues/25), [render window](https://github.com/ignitionrobotics/ign-gazebo/issues/44)
Windows | ✓ | The stack works up to ign-gazebo: [issue](https://github.com/ignitionrobotics/ign-gazebo/issues/168)

## Others

Feature | Gazebo-classic | Ignition Gazebo