-
Notifications
You must be signed in to change notification settings - Fork 118
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
Reorganize and add more context to Gazebo migration guides #480
Merged
azeey
merged 2 commits into
gazebosim:master
from
azeey:reorganize_gz_classic_migration
Aug 15, 2024
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Gazebo Classic Migration | ||
|
||
Gazebo was started in 2002. After over 15 years of development it was time for a | ||
significant upgrade and modernization. This upgrade also provided the | ||
opportunity to move away from a monolithic architecture to a collection of | ||
loosely coupled libraries. | ||
|
||
These collection of libraries make up the new Gazebo. As a convention we refer | ||
to older versions of Gazebo, those with release numbers like Gazebo 9 and Gazebo | ||
11 as "Gazebo Classic". Newer versions of Gazebo, formerly called "Ignition", | ||
with lettered releases names like Harmonic, are referred to as just "Gazebo". | ||
|
||
:::{tip} | ||
|
||
Since the name of the project has gone through two major changes, we highly | ||
recommend you read the [history](https://gazebosim.org/about) of the project as | ||
well as our | ||
[community post](https://community.gazebosim.org/t/a-new-era-for-gazebo/1356) to | ||
have a better understanding of the terminology used on this website. | ||
|
||
::: | ||
|
||
Here you'll find guides and resources for migrating existing Gazebo Classic | ||
projects to the new Gazebo. | ||
|
||
- [Migrating ROS 2 packages that use Gazebo Classic](migrating_gazebo_classic_ros2_packages) | ||
- [Installing Gazebo11 side by side with new Gazebo](install_gz11_side_by_side) | ||
- Migration from Gazebo Classic: Plugins - | ||
[Fortress](https://gazebosim.org/api/gazebo/6/migrationplugins.html) | | ||
[Harmonic](https://gazebosim.org/api/sim/8/migrationplugins.html) | ||
- Migration from Gazebo classic: SDF - | ||
[Fortress](https://gazebosim.org/api/gazebo/6/migrationsdf.html) | | ||
[Harmonic](https://gazebosim.org/api/sim/8/migrationsdf.html) | ||
- Case study: migrating the ArduPilot ModelPlugin from Gazebo classic to | ||
Gazebo - [Fortress](https://gazebosim.org/api/gazebo/6/ardupilot.html) | | ||
[Harmonic](https://gazebosim.org/api/sim/8/ardupilot.html) | ||
- [Basic description of SDF worlds](sdf_worlds) | ||
- [Feature Comparison with Gazebo Classic](comparison) | ||
- [Documentation for ros_gz](ros2_integration) | ||
- List of Systems (plugins): | ||
[Fortress](https://gazebosim.org/api/gazebo/6/namespaceignition_1_1gazebo_1_1systems.html) | ||
| | ||
[Harmonic](https://gazebosim.org/api/sim/8/namespacegz_1_1sim_1_1systems.html) |
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
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
Oops, something went wrong.
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.
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.
Should we link with the
ros2_overview
tutorial instead?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.
I'm looking at https://gazebosim.org/docs/harmonic/ros2_overview/ and I don't see any links to the
ros2_integration
document or any of the other ros2 tutorials available except theros_installation
. Would you be able to update that? In the mean time, I'd prefer we keep theros2_integration
link here.