feat: add worlds and merge clock into spawn world#43
Merged
Conversation
ja-palen
pushed a commit
to ja-palen/robotnik_simulation
that referenced
this pull request
Oct 24, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Key points:
/clockmessages in multi-robot setups.Copilot description:
This pull request introduces significant enhancements to the
robotnik_gazebo_ignitionpackage, focusing on expanding simulation resources, improving launch and bridging scripts, and adding new models and worlds for Gazebo Ignition. The changes include the addition of new warehouse and charging station models, a script for spawning multiple robots, updates to launch files for better compatibility, and several documentation and configuration improvements.Simulation Assets and Models:
gz_warehouse,warehouse_simple) with corresponding configuration and SDF files, expanding available simulation environments. [1] [2] [3] [4]robotnik_charging_station) including SDF, material scripts, and configuration files. [1] [2] [3]lightweight_scene.world) for simplified simulation scenarios.willow_garage.worldfile.Launch and Bridging Improvements:
multiple.sh) to automate spawning multiple robots in simulation with customizable parameters.modelsdirectory in installation, fix world path defaults, and add a dedicated/clockbridge node for time synchronization between Gazebo and ROS 2. [1] [2] [3]/clockbridge from the dynamic bridge YAML generation, as it is now handled by a dedicated node.Documentation and Configuration:
robotnik_simulation.humble.reposto use an earlier, compatible version ofgz_ros2_control.These changes collectively enhance the usability and flexibility of the simulation package, making it easier to test multiple robots and scenarios with richer environments and improved ROS-Gazebo integration.