Skip to content

Conversation

shadowcpy
Copy link
Contributor

Solved Problem

When launching a world in gazebo ignition different from 'default', PX4 does not start up, instead waiting forever for GZ to become available.

This is due to a missing string substitution in

std::string scene_info_service = "/world/default/scene/info";

Fixes #23612

Solution

  • Add the missing world string substitution

Changelog Entry

For release notes:

Bugfix: Worlds different from 'default' are now correctly working with GZ again

Context

See issue #23612

Copy link
Member

@Jaeyoung-Lim Jaeyoung-Lim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing the problem!

@Jaeyoung-Lim Jaeyoung-Lim merged commit 510d3cf into PX4:main Aug 24, 2024
Ali-barari pushed a commit to Ali-barari/AvesAID that referenced this pull request Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] GZ Simulation bricked with worlds different from 'default', waiting endlessly

2 participants