Skip to content

Support XM335-T323-T#105

Open
Woojin-Crive wants to merge 1 commit intomainfrom
feature-x335
Open

Support XM335-T323-T#105
Woojin-Crive wants to merge 1 commit intomainfrom
feature-x335

Conversation

@Woojin-Crive
Copy link
Member

Support XM335-T323-T

@Woojin-Crive Woojin-Crive self-assigned this Feb 4, 2026
@Woojin-Crive Woojin-Crive added the enhancement New feature or request label Feb 4, 2026
@github-project-automation github-project-automation bot moved this to 🌱 Todo in Platform Feb 4, 2026
@Woojin-Crive Woojin-Crive moved this from 🌱 Todo to 📝 Pull Request in Platform Feb 4, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Woojin-Crive, 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 expands the capabilities of the dynamixel_hardware_interface package by integrating support for a new Dynamixel motor model, the XM335-T323-T. This enhancement allows users to seamlessly incorporate this specific motor into their ROS 2 control setups, alongside a minor correction to an existing model's naming for improved accuracy.

Highlights

  • New Dynamixel Model Support: Added full support for the XM335-T323-T Dynamixel motor, including its model definition and control table parameters.
  • Model Name Correction: Corrected a typo in the dynamixel.model index file, renaming xc335_t332.model to xm335_t332.model and updating the corresponding file.
  • Package Version Update: Incremented the package version from 1.5.1 to 1.5.2 to reflect these changes.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • CHANGELOG.rst
    • Added a new entry for version 1.5.2 dated 2026-02-04.
    • Included a note about adding the xm335_t323 model file.
    • Credited Woojin Wie as a contributor.
  • package.xml
    • Updated the package version from 1.5.1 to 1.5.2.
  • param/dxl_model/dynamixel.model
    • Added a new entry 1710 xm335_t323.model to the list of supported models.
    • Corrected the entry 1700 xc335_t332.model to 1700 xm335_t332.model.
  • param/dxl_model/xc335_t332.model -> param/dxl_model/xm335_t332.model
    • The model definition file for xc335_t332 was renamed to xm335_t332.
  • param/dxl_model/xm335_t323.model
    • A new file was added, defining the unit information and control table for the XM335-T323-T motor.
Activity
  • No review comments or specific activity recorded yet.
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 by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

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 pull request 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 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. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

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.

Copy link
Contributor

@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 aims to add support for the XM335-T323-T motor. It also includes a fix for a typo in an existing model name. While the intent is clear, there's a critical issue with the implementation: the new model file for xm335_t323.model appears to be an incorrect copy of xm335_t332.model. This will lead to incorrect behavior for the new motor. I've also left a minor suggestion to improve the changelog entry for better history tracking.

Copy link
Member

@yun-goon yun-goon left a comment

Choose a reason for hiding this comment

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

Good!

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

Labels

enhancement New feature or request

Projects

Status: 📝 Pull Request

Development

Successfully merging this pull request may close these issues.

3 participants