Skip to content

Documentation#2017

Merged
openminddev merged 7 commits intomainfrom
documentation
Jan 31, 2026
Merged

Documentation#2017
openminddev merged 7 commits intomainfrom
documentation

Conversation

@Prachi1615
Copy link
Copy Markdown
Collaborator

@Prachi1615 Prachi1615 commented Jan 31, 2026

Overview

This PR modifies gazebo setup and dependency requirements for OM1.
It also adds a new config file to run with Gazebo simulation

@Prachi1615 Prachi1615 requested a review from a team as a code owner January 31, 2026 01:26
Copilot AI review requested due to automatic review settings January 31, 2026 01:26
@Prachi1615 Prachi1615 requested review from a team as code owners January 31, 2026 01:26
@github-actions github-actions Bot added documentation Improvements or additions to documentation ci-cd CI/CD changes config Configuration files labels Jan 31, 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 PR updates documentation for the Gazebo simulation setup with OM1, streamlining the installation workflow and correcting various documentation issues.

Changes:

  • Removed Step 7 (Start OM1) from the Gazebo setup, consolidating the workflow
  • Updated dependency installation instructions to use python3-dev instead of deprecated python-all-dev/python-dev
  • Added virtual environment setup and PYTHONPATH configuration for unitree-sdk

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
mintlify/examples/gazebo.mdx Streamlined Gazebo setup by removing OM1 startup step and renumbering subsequent steps; added venv and PYTHONPATH setup
docs/examples/gazebo.mdx Identical changes to mintlify version for consistency
mintlify/developing/6_actions.mdx Fixed tree structure formatting and added missing orchestrator entry
docs/developing/6_actions.mdx Identical changes to mintlify version for consistency
mintlify/developing/1_get-started.mdx Updated Linux dependency note to specify python3-dev
docs/developing/1_get-started.mdx Identical changes to mintlify version for consistency
mintlify/developer_cookbook/introduction.mdx Capitalized "Input" and added new Action Plugin entry to capabilities list
docs/developer_cookbook/introduction.mdx Capitalized "Input" for consistency
config/gazebo_sim.json5 New configuration file for Gazebo simulation with mode definitions
README.md Updated apt-get command to use python3-dev instead of python-dev
.github/ISSUE_TEMPLATE/🌟-bounty.md Corrected GitHub organization name from OpenmindAGI to Openmind
Comments suppressed due to low confidence (1)

docs/examples/gazebo.mdx:1

  • The hardcoded Python version 3.10 in the path may cause issues if users have a different Python version installed. Consider using a version-agnostic approach or document the Python version requirement.

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

Export the python path to your virtual environment

```bash
export PYTHONPATH=$PYTHONPATH:$(pwd)/.venv/lib/python3.10/site-packages
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

The hardcoded Python version 3.10 in the path may cause issues if users have a different Python version installed. Consider using a version-agnostic approach or document the Python version requirement.

Suggested change
export PYTHONPATH=$PYTHONPATH:$(pwd)/.venv/lib/python3.10/site-packages
export PYTHONPATH="$PYTHONPATH:$(python -c 'import site; print(site.getsitepackages()[0])')"

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 31, 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 73d198d into main Jan 31, 2026
8 checks passed
@openminddev openminddev deleted the documentation branch January 31, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd CI/CD changes config Configuration files documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants