Skip to content

Rename Unitree SDK to OM1-ros2-sdk and update connectors#2030

Merged
openminddev merged 7 commits intomainfrom
rename-unitree-sdk
Feb 1, 2026
Merged

Rename Unitree SDK to OM1-ros2-sdk and update connectors#2030
openminddev merged 7 commits intomainfrom
rename-unitree-sdk

Conversation

@openminddev
Copy link
Copy Markdown
Contributor

This pull request focuses on renaming the Unitree SDK to OM1 ROS2 SDK throughout the project, including documentation, configuration, and code. The changes ensure consistency in naming, update repository links, and rename files and classes to reflect the new SDK name. Additionally, connector classes related to robot movement have been renamed and updated for clarity and accuracy.

SDK Renaming and Documentation Updates

Codebase and Connector Class Renaming

  • The connector class and configuration for robot movement have been renamed from MoveUnitreeSDKAdvanceConnector/MoveUnitreeSDKAdvanceConfig to MoveUnitreeOMPathSDKConnector/MoveUnitreeOMPathSDKConfig, with updated docstrings and improved descriptions to clarify their purpose and the underlying SDK. [1] [2]

These changes bring the documentation and codebase up to date with the new SDK naming and ensure clarity for both users and developers.

Updated all documentation, release notes, and code references from 'unitree-sdk' to 'OM1-ros2-sdk' to reflect the new repository name. Renamed and refactored connectors and tests: 'unitree_sdk_advance' to 'unitree_om_path_sdk' and 'unitree_sdk' to 'unitree_rplidar_sdk', including class and config names, to clarify their roles and improve maintainability.
Copilot AI review requested due to automatic review settings February 1, 2026 01:50
@openminddev openminddev requested review from a team as code owners February 1, 2026 01:50
@github-actions github-actions Bot added documentation Improvements or additions to documentation robotics Robotics code changes python Python code tests Test files config Configuration files labels Feb 1, 2026
Copy link
Copy Markdown
Contributor

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 renames the Unitree SDK to OM1 ROS2 SDK across the entire codebase, ensuring consistent naming in documentation, configuration files, and code. The changes update repository URLs from unitree-sdk to OM1-ros2-sdk and rename connector classes to better reflect their functionality and the underlying SDK.

Changes:

  • Updated all documentation files to reference OM1-ros2-sdk instead of unitree-sdk, including repository URLs and file titles
  • Renamed connector classes from MoveUnitreeSDKAdvance to MoveUnitreeOMPathSDK and from MoveUnitreeSDK to MoveUnitreeRPLidarSDK
  • Updated corresponding test files to use the new class names

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/actions/move_go2_autonomy/test_unitree_rplidar_sdk.py Updates test class and configuration names to use MoveUnitreeRPLidarSDK naming
tests/actions/move_go2_autonomy/test_unitree_om_path_sdk.py Updates test class and configuration names to use MoveUnitreeOMPathSDK naming
src/actions/move_go2_autonomy/connector/unitree_rplidar_sdk.py Renames connector classes and improves documentation for RPLidar-based movement
src/actions/move_go2_autonomy/connector/unitree_om_path_sdk.py Renames connector classes and improves documentation for OM Path SDK-based movement
mintlify/release-notes/v1.0.0/om1-ros2-sdk.mdx Updates repository URLs and references to use OM1-ros2-sdk
mintlify/release-notes/major-updates/production_ready_release.mdx Updates core services list to reference OM1-ros2-sdk
mintlify/release-notes/major-updates/beta_release.mdx Updates core services list to reference OM1-ros2-sdk
mintlify/release-notes/beta/om1-ros2-sdk.mdx Updates title, repository URLs, and version references to use OM1 ROS2 SDK
mintlify/full_autonomy_guidelines/unitree_sdk.mdx Updates repository clone URL to use OM1-ros2-sdk
mintlify/full_autonomy_guidelines/architecture_overview.mdx Updates repository clone URL in setup instructions
mintlify/examples/gazebo.mdx Updates repository references and clone instructions to use OM1-ros2-sdk
mintlify/docs.json Updates navigation links to reference om1-ros2-sdk instead of unitree-sdk
docs/release-notes/v1.0.0/om1-ros2-sdk.mdx Updates title and repository URLs to use OM1 ROS2 SDK
docs/release-notes/major-updates/production_ready_release.mdx Updates core services list to reference OM1-ros2-sdk
docs/release-notes/major-updates/beta_release.mdx Updates core services list to reference OM1-ros2-sdk
docs/release-notes/beta/om1-ros2-sdk.mdx Updates repository URLs and version references to use OM1-ros2-sdk
docs/full_autonomy_guidelines/unitree_sdk.mdx Updates repository clone URL to use OM1-ros2-sdk
docs/full_autonomy_guidelines/architecture_overview.mdx Updates repository clone URL in setup instructions
docs/examples/gazebo.mdx Updates repository references and clone instructions to use OM1-ros2-sdk
README.md Updates repository clone URL to use OM1-ros2-sdk
Comments suppressed due to low confidence (1)

tests/actions/move_go2_autonomy/test_unitree_om_path_sdk.py:98

  • The test class name still references the old naming convention TestMoveUnitreeSDKAdvanceConfig. It should be renamed to TestMoveUnitreeOMPathSDKConfig to match the renamed configuration class.
class TestMoveUnitreeSDKAdvanceConfig:

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/actions/move_go2_autonomy/connector/unitree_om_path_sdk.py Outdated
Comment thread src/actions/move_go2_autonomy/connector/unitree_rplidar_sdk.py Outdated
Replaced 'unitree_sdk_advance' with 'unitree_om_path_sdk' and 'unitree_sdk' with 'unitree_rplidar_sdk' in relevant config files to reflect updated connector naming conventions.
…r_sdk

Replaced documentation and config references from 'unitree_sdk' to 'OM1-ros2-sdk' and 'unitree_rplidar_sdk' for consistency with the renamed SDK and connector modules. Updated test imports and mocks to match new connector paths. Improved clarity in setup instructions and release notes to reflect the new naming and expanded robot model support.
openminddev and others added 3 commits January 31, 2026 18:08
Corrected class names and docstrings in unitree_om_path_sdk.py and unitree_rplidar_sdk.py to accurately reflect the connector names. Updated test class and docstring in test_unitree_om_path_sdk.py for consistency.
Changed documentation links and references from 'OM1-ros2-sdk' to 'om1_ros2_sdk' in release notes and docs.json to ensure consistency and correct navigation.
Renamed documentation files from 'unitree_sdk.mdx' to 'om1_ros2_sdk.mdx' in both docs and mintlify directories. Updated titles, descriptions, and content to include Limx Tron SDK alongside Unitree Go2 and G1, and added a link to Limx Tron documentation.
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@openminddev openminddev merged commit e9e4a7d into main Feb 1, 2026
8 checks passed
@openminddev openminddev deleted the rename-unitree-sdk branch February 1, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config Configuration files documentation Improvements or additions to documentation python Python code robotics Robotics code changes tests Test files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants