Skip to content

Bump 1.3.2#75

Merged
robotpilot merged 4 commits intojazzyfrom
main
Jun 20, 2025
Merged

Bump 1.3.2#75
robotpilot merged 4 commits intojazzyfrom
main

Conversation

@robotpilot
Copy link
Copy Markdown
Member

No description provided.

GyuH13 and others added 4 commits June 20, 2025 15:52
Signed-off-by: Hyungyu Kim <kimhg@robotis.com>
Signed-off-by: Hyungyu Kim <kimhg@robotis.com>
Copilot AI review requested due to automatic review settings June 20, 2025 07:34
@robotpilot robotpilot self-assigned this Jun 20, 2025
@robotpilot robotpilot added the bump Increase the version number to release label Jun 20, 2025
@robotpilot robotpilot moved this to 📝 Pull Request in Platform Jun 20, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR bumps the package versions from 1.3.1 to 1.3.2 and updates the corresponding changelog entries, with one package also updating its maintainer information and test dependencies.

  • Update version numbers in setup.py and package.xml files
  • Revise CHANGELOG entries for each package
  • Remove an extra blank line in turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp and update maintainer details in turtlebot3_automatic_parking

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
turtlebot3_yolo_object_detection/setup.py Version bump from 1.3.1 to 1.3.2
turtlebot3_yolo_object_detection/package.xml Updated version number
turtlebot3_yolo_object_detection/CHANGELOG.rst Added changelog entry for version 1.3.2
turtlebot3_panorama/package.xml Version update
turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp Removed an extraneous blank line
turtlebot3_panorama/CHANGELOG.rst Added changelog entry for version 1.3.2
turtlebot3_follower/package.xml Version bump update
turtlebot3_follower/CHANGELOG.rst Revised changelog for version 1.3.2
turtlebot3_automatic_parking_vision/setup.py Updated version
turtlebot3_automatic_parking_vision/package.xml Version bump update
turtlebot3_automatic_parking_vision/CHANGELOG.rst Updated changelog entry
turtlebot3_automatic_parking/setup.py Version bump, maintainer update, and added tests_require entry
turtlebot3_automatic_parking/package.xml Version bump and description simplification
turtlebot3_automatic_parking/CHANGELOG.rst Added changelog entry with additional notes
turtlebot3_aruco_tracker/setup.py Version bump update
turtlebot3_aruco_tracker/package.xml Updated version
turtlebot3_aruco_tracker/CHANGELOG.rst Added changelog entry for version 1.3.2
turtlebot3_applications/package.xml Version bump update
turtlebot3_applications/CHANGELOG.rst Updated changelog entry with contributor notes

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @robotpilot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on a synchronized version update across various turtlebot3 application packages, bumping them to version 1.3.2. Beyond the versioning, it incorporates minor enhancements such as adding pytest as a testing dependency for specific packages and refining package metadata for clarity and accuracy.

Highlights

  • Version Bump: All turtlebot3 application packages, including turtlebot3_applications, turtlebot3_aruco_tracker, turtlebot3_automatic_parking, turtlebot3_automatic_parking_vision, turtlebot3_follower, turtlebot3_panorama, and turtlebot3_yolo_object_detection, have had their versions updated from 1.3.1 to 1.3.2 in their respective package.xml, setup.py, and CHANGELOG.rst files.
  • Testing Dependency Addition: The pytest testing framework has been added as a test dependency for the turtlebot3_applications and turtlebot3_automatic_parking packages, as indicated in their CHANGELOG.rst and setup.py files.
  • Package Metadata Updates: The turtlebot3_automatic_parking package's metadata has been updated, including a change in the maintainer from 'Will Son' to 'Pyo' and a more concise description in both package.xml and setup.py.
  • Minor Code Cleanup: A single empty line was removed from turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp for minor formatting improvement.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@robotpilot robotpilot merged commit cf3a73f into jazzy Jun 20, 2025
22 checks passed
@github-project-automation github-project-automation Bot moved this from 📝 Pull Request to 🚩Done in Platform Jun 20, 2025
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request primarily handles the version bump to 1.3.2 across multiple TurtleBot3 application packages. The changes are well-organized and include:

  • Consistent version updates in package.xml, setup.py (for Python packages), and CHANGELOG.rst files across all affected packages.
  • Changelog entries appear to accurately reflect the modifications made in this version. Notably, turtlebot3_automatic_parking and turtlebot3_applications changelogs mention the addition of pytest.
  • For the turtlebot3_automatic_parking package:
    • The package.xml description has been made more concise. The previous, more detailed information (including a typo) was removed, which is appropriate for this field, assuming such details are covered in broader documentation (e.g., a README).
    • The setup.py file sees an update to the maintainer information, aligning it with the package.xml. The package description in setup.py is also updated to be more specific and accurate.
    • pytest has been correctly added to tests_require in setup.py.
  • A minor stylistic improvement was made in turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp by removing an extra blank line.

All changes seem correct and contribute positively to package maintenance and clarity. No issues of medium, high, or critical severity were identified in this review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump Increase the version number to release

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants