Port to ROS 2 Jazzy / Gazebo Harmonic#4
Open
Ryujiyasu wants to merge 3 commits into
Open
Conversation
- Removed old Python scripts for force and torque and LED color tests. - Added new setup.py and setup.cfg for package configuration. - Created launch file in Python format for user_template node. - Implemented user_template_node with ROS 2 conventions. - Updated package.xml to reflect dependencies and build type. - Added resource files for package indexing.
…Harmonic Migrate all 5 GSE ground system packages (communication_software, gui_common, debug_gui, operator_gui, platform_gui) from ROS 1 Melodic to ROS 2 Jazzy, and fix remaining platform simulator issues for full system integration. GSE packages: - communication_software: ROS 2 service/message interfaces, launch file - gui_common: ROS 2 API migration, config install, ament build - debug_gui: ROS 2 node lifecycle, config/launch setup - platform_gui: ROS 2 migration, spdlog ABI conflict fix (visibility hidden) - operator_gui: Full rviz2 porting with show-then-create VM pattern to fix SIGSEGV in PropertyTreeModel::propertyHiddenChanged, CameraViewPanel lazy initialization, spdlog version script, QApplication::exec()+QTimer for ROS 2 spin, pluginlib-based rviz tool/view controller registration Platform simulator fixes: - ctl_only/up_ctl_only: rclcpp::Time source fix, reachGoal() zero-division fix - user_program_interface: MultiThreadedExecutor, ReentrantCallbackGroup - simple_test: ROS 2 action client migration - New launch files for ctl_only, up_ctl_only, user_program_interface Closes jaxa#2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…bo Harmonic Update all documentation to reflect the migration from ROS 1 Melodic / Gazebo 9 to ROS 2 Jazzy / Gazebo Harmonic, including badges, requirements, build instructions (colcon), launch commands (ros2 launch), and user program templates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Complete migration of the Int-Ball2 simulator from ROS 1 Melodic / Gazebo 9 to ROS 2 Jazzy / Gazebo Harmonic.
Changes
Platform Simulator (30+ packages)
--params-fileNodeOptionspublish_nested_model_pose=true(gz-sim#2690 workaround)GSE Ground System (5 packages)
Test Results
Environment
Closes #2
🤖 Generated with Claude Code