support telemetry on temperature, input voltage, current, and load#9
support telemetry on temperature, input voltage, current, and load#9bueche wants to merge 4 commits intoROBOTIS-GIT:humblefrom
Conversation
Summary of ChangesHello @bueche, 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 introduces foundational changes to the Highlights
🧠 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
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request adds telemetry fields for temperature, voltage, current, and load to the DynamixelState message. The changes are straightforward, but I've suggested improvements for the data types of the temperature and voltage fields to make them more memory-efficient and semantically correct based on the typical data from Dynamixel servos.
There was a problem hiding this comment.
Pull request overview
This PR extends the dynamixel_interfaces ROS2 message definition so downstream packages (e.g., dynamixel_hardware_interface) can publish additional Dynamixel telemetry for temperature, input voltage, current, and load, addressing Issue #8.
Changes:
- Added telemetry arrays to
DynamixelState.msgfor temperature, voltage, present current, and present load.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: bueche <ed.bueche64@gmail.com>
Signed-off-by: bueche <ed.bueche64@gmail.com>
Signed-off-by: bueche <ed.bueche64@gmail.com>
Signed-off-by: bueche <ed.bueche64@gmail.com>
|
also, this PR covers ros2-humble. Once the approach has been finalized on this version I can work to support the other versions of ros2 supported for the dynamixel servos. |
|
hi @robotpilot, @Geonhee-LEE , @ROBOTIS-zerom, @kaym9n ... just wanted to find out how this PR (and the related ones) progress. I have a few questions:
let me know your thoughts. |
This PR adds the necessary structure to pull telemetry information for Present Input Voltage, Temperature, Current, and/or load. This is in support of Issue #8 and is a companion PR to be paired up with (and merged before): ROBOTIS-GIT/dynamixel_hardware_interface#106 . See that PR for more details.