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

roadmap: add plan for libsdformat10, 11 #27

Merged
merged 2 commits into from
Jun 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions developers/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ For more information, see [Changelog](https://bitbucket.org/osrf/sdformat/src/de
The following list provides a high-level summary of the specification and C++
version supported by the given release of the library:

* `libsdformat4`:
* `libsdformat4`: For use in Gazebo 7.
* 4.4.0 (**released**): C++11, SDFormat 1.6.
* `libsdformat6`:
* `libsdformat6`: For use in Gazebo 9, 10.
* 6.2.0 (**released**): C++11, SDFormat 1.6.
* `libsdformat7`:
* 7.0.0 (*not released*): C++14, SDFormat 1.7. *This was an intermediate
version that will not be released.*
* `libsdformat8`:
* `libsdformat8`: For use in Ignition Blueprint.
* 8.5.0 (**released**): C++17, SDFormat 1.6.
* `libsdformat9`: For use in Ignition Gazebo.
* `libsdformat9`: For use in Gazebo 11, Ignition Citadel.
* 9.0.0 (**released**): C++17, SDFormat 1.7.
* `libsdformat10`: For use in Ignition Dome.
* 10.0.0 (**planned**): C++17, SDFormat 1.7.
* `libsdformat11`: For use in Ignition E.
* 11.0.0 (**planned**): C++17, SDFormat 1.8.

## Downstream Library Support

Expand All @@ -32,11 +36,14 @@ specification (as well as the caveats):
* 9 (**released**): libsdformat6, SDFormat 1.6
* 10 (**released**): libsdformat6, SDFormat 1.6
* 11 (**released**): libsdformat9, SDFormat 1.7
* [ignition Gazebo](https://ignitionrobotics.org/libs/gazebo)
* 2.10.0 (**released**): libsdformat8, SDFormat 1.6, but supports only a subset:
* [Ignition](https://ignitionrobotics.org)
* Blueprint (**released**): libsdformat8, SDFormat 1.6, but supports only a subset:
* Does not support directly nested models
* 3.0.0 (**released**): libsdformat9, SDFormat 1.7, but only a subset:
* Citadel (**released**): libsdformat9, SDFormat 1.7, but only a subset:
* Does not support directly nested models
* Dome (**planned**): libsdformat10, SDFormat 1.7, but only a subset:
* Does not support directly nested models
* E (**planned**): libsdformat11, SDFormat 1.8
* [Drake](https://github.com/RobotLocomotion/drake/releases):
* 0.10.0 - 0.13.0 (**released**): SDFormat 1.6, but deviates:
* Does not support directly nested models
Expand Down