Skip to content

Bump 1.3.2#74

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

Bump 1.3.2#74
robotpilot merged 4 commits intohumblefrom
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
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 pull request bumps the package versions from 1.3.1 to 1.3.2 across multiple TurtleBot3 packages and updates the corresponding changelog entries.

  • Update version numbers in setup.py and package.xml files
  • Add new changelog entries for version 1.3.2
  • Remove an include statement from turtlebot3_panorama's header file 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/package.xml/CHANGELOG.rst Version bump and changelog update
turtlebot3_panorama/package.xml/CHANGELOG.rst Version bump and changelog update
turtlebot3_panorama/include/turtlebot3_panorama/panorama.hpp Removal of an include statement
turtlebot3_follower/package.xml/CHANGELOG.rst Version bump and changelog update
turtlebot3_automatic_parking_vision/setup.py/package.xml/CHANGELOG.rst Version bump and changelog update
turtlebot3_automatic_parking/setup.py/package.xml/CHANGELOG.rst Version bump, update of maintainer details, and addition of tests_require
turtlebot3_aruco_tracker/setup.py/package.xml/CHANGELOG.rst Version bump and changelog update
turtlebot3_applications/package.xml/CHANGELOG.rst Version bump and changelog update
Comments suppressed due to low confidence (1)

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 updates the version number to 1.3.2 across various TurtleBot3 application packages. Beyond the routine version increment, it incorporates pytest as a new testing dependency for specific packages, refines package metadata such as maintainer details and descriptions, and includes a minor code formatting improvement.

Highlights

  • Version Update: The primary change across all affected packages is a version bump from 1.3.1 to 1.3.2.
  • Testing Dependency Addition: The pytest testing framework has been added as a test dependency for the turtlebot3_applications and turtlebot3_automatic_parking packages.
  • Metadata and Description Updates: Maintainer information and package descriptions have been updated for the turtlebot3_automatic_parking package.
  • Code Formatting: A minor whitespace adjustment was made in the turtlebot3_panorama package's header file.
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 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
@robotpilot robotpilot merged commit 96ee606 into humble 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 bumps the version of several TurtleBot3 application packages to 1.3.2, along with corresponding changelog updates. Notably, pytest has been added as a test dependency for turtlebot3_applications and turtlebot3_automatic_parking. The maintainer information in turtlebot3_automatic_parking/setup.py was also updated.

My primary feedback concerns the package.xml description for turtlebot3_automatic_parking, which has been shortened, potentially omitting useful contextual information for users. Otherwise, the version bumps and associated changes appear to be in order.

<version>1.3.2</version>
<description>
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
Package for turtlebot3 automatic_parking.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The package description has been significantly shortened. While conciseness is good, the previous description:
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
contained valuable information for users, such as the need for 'a reflective tape and real robots' and the ability to 'see parking spot using this package on rviz'. This context can be very helpful for users trying to understand the package's requirements and capabilities.

Consider re-adding these key details or ensuring this information is prominently available in the package's README or other documentation.

	  Package for turtlebot3 automatic_parking. Note: This package requires reflective tape and a real robot for operation. Parking spot visualization is available in RViz.

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