Skip to content

Add technical story omx#69

Open
csharon0218 wants to merge 6 commits intomainfrom
feature-technical-story-omx
Open

Add technical story omx#69
csharon0218 wants to merge 6 commits intomainfrom
feature-technical-story-omx

Conversation

@csharon0218
Copy link
Copy Markdown

@csharon0218 csharon0218 commented Feb 3, 2026

Overview
This PR adds an OMX Technical Story documenting real-time end-effector trajectory control using Jacobian-based IK with Damped Least Squares.

New Documentation Content:

  • Introduced a new OMX Technical Story page
  • Explained system architecture and closed-loop execution of drawing_shape_omx
  • Covered URDF-based kinematics, trajectory generation, and IK stability
  • Included simulation demos for circle, rectangle, and heart-shaped trajectories

Signed-off-by: Minseo Choi <csharon0218@gmail.com>
Signed-off-by: Minseo Choi <csharon0218@gmail.com>
@csharon0218 csharon0218 self-assigned this Feb 3, 2026
@csharon0218 csharon0218 added the enhancement New feature or request label Feb 3, 2026
@github-project-automation github-project-automation bot moved this to 🌱 Todo in Platform Feb 3, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @csharon0218, 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 a comprehensive technical story for the OMX project, focusing on how real-time end-effector trajectory control is achieved. It explains the underlying kinematic principles and the system architecture of the traj_pub_node, which uses Jacobian-based IK with Damped Least Squares for stable trajectory tracking in simulation. The new content provides detailed insights into the implementation and usage of this control mechanism.

Highlights

  • New Documentation Page: A new 'Technical Story' page has been added to the OMX documentation, accessible via the 'Resources' section in the navigation.
  • Real-Time Trajectory Control: The new documentation details real-time end-effector trajectory control for robotic manipulators using a ROS2 node called traj_pub_node.
  • Kinematics and Stability: The story explains the use of URDF-based kinematics, Jacobian-based Inverse Kinematics (IK) with Damped Least Squares for stability, and the system's closed-loop execution.
  • Simulation Demos: It includes descriptions and demonstrations of the manipulator drawing various shapes (circle, rectangle, heart) in simulation.

🧠 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
  • docs/.vitepress/config.mts
    • Added a new navigation link for 'Technical Story' under the 'Resources' section.
  • docs/omx/technical_story_omx.md
    • Added a new markdown file containing the detailed technical story.
    • Includes sections on Overview, Kinematic Background (FK vs IK, Jacobian-based IK with Damped Least Squares), System Architecture and Execution Flow, How to Run instructions, and Runtime Parameters for interactive mode.
    • Features embedded video demonstrations and conceptual illustrations.
Activity
  • No human activity (comments, reviews, etc.) has been recorded for this pull request 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
Copy Markdown
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 adds a new technical story for OMX, which is a great addition to the documentation. The new page provides a detailed overview of real-time end-effector trajectory control. I've reviewed the changes and have a few suggestions to improve the clarity and maintainability of the new markdown file. My feedback includes correcting a video title, refactoring inline CSS for better maintainability, and completing a parameter table for better readability. Overall, this is a valuable contribution.

Comment thread docs/omx/technical_story_omx.md
Comment thread docs/omx/technical_story_omx.md Outdated
Comment thread docs/omx/technical_story_omx.md
csharon0218 and others added 2 commits February 3, 2026 13:52
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: csharon0218 <165831944+csharon0218@users.noreply.github.com>
Signed-off-by: csharon0218 <csharon0218@gmail.com>
Copy link
Copy Markdown
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!

@github-project-automation github-project-automation bot moved this from 🌱 Todo to 📝 Pull Request in Platform Feb 19, 2026
Copy link
Copy Markdown
Member

@sunghowoo sunghowoo left a comment

Choose a reason for hiding this comment

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

LGTM!

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