Skip to content

Conversation

@Woojin-Crive
Copy link
Member

Added Dynamixel Y error code handling logic
Added unit system

@Woojin-Crive Woojin-Crive self-assigned this Jul 17, 2025
@Woojin-Crive Woojin-Crive added the enhancement New feature or request label Jul 17, 2025
@github-project-automation github-project-automation bot moved this to 🌱 Todo in Platform Jul 17, 2025
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.

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 significantly enhances the robustness and flexibility of the Dynamixel hardware interface. It introduces a detailed error handling and reporting mechanism, allowing users to quickly diagnose issues with their Dynamixel motors. Furthermore, a new generic unit conversion system has been integrated, making the interface more adaptable to different Dynamixel models and their control item characteristics. The underlying build system has also been modernized for improved maintainability and compatibility.

Highlights

  • Enhanced Error Handling and Reporting: Implemented comprehensive error code handling for Dynamixel motors, including detailed definitions for Hardware Error Status bits and specific Error Codes (address 153). A new service (get_dxl_error_summary_srv) and helper functions (getErrorSummary, getAllErrorSummaries) were added to provide formatted error summaries, improving diagnostic capabilities.
  • Generic Unit Conversion System: Introduced a flexible unit conversion system for Dynamixel control items. This replaces hardcoded torque and velocity constants with dynamic unit and sign type mappings read from model files, allowing for more versatile data interpretation and command generation for various Dynamixel models.
  • Build System Modernization: Updated the CMake build configuration to leverage modern CMake practices and ros2_control_cmake macros. This includes changes to minimum CMake version, compiler options, dependency finding, and installation rules, streamlining the build process and improving compatibility.
  • Refined Torque Management: Improved the logic for enabling and disabling Dynamixel torque, including checks for the existence of the 'Torque Enable' control item and more efficient tracking of torque-enabled IDs. The set_dxl_torque_srv_callback was simplified to provide immediate feedback on the request status.
  • Parameter Validation and Logging: Added robust checks for required hardware parameters during initialization and improved logging for optional parameters and error conditions, enhancing the startup reliability and debuggability of the hardware interface.
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.

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 introduces significant enhancements, including detailed error code handling for Dynamixel motors and a new unit conversion system. The CMake configuration has also been modernized, which is a great improvement. My review focuses on ensuring backward compatibility with the new unit system, maintaining the robustness of communication protocols, and clarifying behavioral changes in services. Overall, this is a valuable contribution to the project.

@Woojin-Crive Woojin-Crive marked this pull request as ready for review July 18, 2025 07:10
@yun-goon yun-goon moved this from 🌱 Todo to 📝 Pull Request in Platform Jul 18, 2025
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!

Copy link
Member

@kimtaehyeong99 kimtaehyeong99 left a comment

Choose a reason for hiding this comment

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

Good~~

@Woojin-Crive Woojin-Crive merged commit cc338de into main Jul 18, 2025
11 checks passed
@Woojin-Crive Woojin-Crive deleted the feature-dy-error-code branch July 18, 2025 11:32
@github-project-automation github-project-automation bot moved this from 📝 Pull Request to 🚩Done in Platform Jul 18, 2025
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

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants