Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anishk85/PythonRobotics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AtsushiSakai/PythonRobotics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 29 files changed
  • 2 contributors

Commits on Oct 22, 2025

  1. Add theta star planner (AtsushiSakai#1293)

    * Theta Star path compression
    
    * add tests and documentation for theta star algorithm
    
    * remove erraneous nested loop
    
    * improve documentation for theta star planner
    
    * add reference for theta star algorithm
    
    * use built-in function for norm
    
    * Add Bresenham line algorithm description to docs
    Musab1Blaser authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    99af1f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    2e6baeb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. build(deps): bump ruff from 0.14.1 to 0.14.2 in /requirements (Atsush…

    …iSakai#1305)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.2.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.1...0.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    11a01f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. build(deps): bump scipy from 1.16.2 to 1.16.3 in /requirements (Atsus…

    …hiSakai#1309)
    
    Bumps [scipy](https://github.com/scipy/scipy) from 1.16.2 to 1.16.3.
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.16.2...v1.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: scipy
      dependency-version: 1.16.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    f1f6e43 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ruff from 0.14.2 to 0.14.3 in /requirements (Atsush…

    …iSakai#1310)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.2...0.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    c781df9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. build(deps): bump ruff from 0.14.3 to 0.14.4 in /requirements (Atsush…

    …iSakai#1311)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.3 to 0.14.4.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.3...0.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    bdff270 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. build(deps): bump pytest from 8.4.2 to 9.0.0 in /requirements (Atsush…

    …iSakai#1312)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.4.2...9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c4ff8f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. build(deps): bump pytest from 9.0.0 to 9.0.1 in /requirements (Atsush…

    …iSakai#1315)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@9.0.0...9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    6377395 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. build(deps): bump numpy from 2.3.4 to 2.3.5 in /requirements (Atsushi…

    …Sakai#1317)
    
    Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v2.3.4...v2.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-version: 2.3.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    d0ca782 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. build(deps): bump ruff from 0.14.4 to 0.14.5 in /requirements (Atsush…

    …iSakai#1316)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.4 to 0.14.5.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.4...0.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    a682ac0 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. build(deps): bump actions/checkout from 5 to 6 (AtsushiSakai#1319)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    6991c79 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. build(deps): bump ruff from 0.14.5 to 0.14.6 in /requirements (Atsush…

    …iSakai#1320)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.5 to 0.14.6.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.5...0.14.6)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    d3809c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. build(deps): bump cvxpy from 1.7.3 to 1.7.4 in /requirements (Atsushi…

    …Sakai#1321)
    
    Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.3 to 1.7.4.
    - [Release notes](https://github.com/cvxpy/cvxpy/releases)
    - [Commits](cvxpy/cvxpy@v1.7.3...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: cvxpy
      dependency-version: 1.7.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    21dc195 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. build(deps): bump ruff from 0.14.6 to 0.14.7 in /requirements (Atsush…

    …iSakai#1323)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.7.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.6...0.14.7)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    a3c3029 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. build(deps): bump mypy from 1.18.2 to 1.19.0 in /requirements (Atsush…

    …iSakai#1322)
    
    Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.18.2...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    e67daff View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. build(deps): bump cvxpy from 1.7.4 to 1.7.5 in /requirements (Atsushi…

    …Sakai#1324)
    
    Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.4 to 1.7.5.
    - [Release notes](https://github.com/cvxpy/cvxpy/releases)
    - [Commits](cvxpy/cvxpy@v1.7.4...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: cvxpy
      dependency-version: 1.7.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    b8b81a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. build(deps): bump ruff from 0.14.7 to 0.14.8 in /requirements (Atsush…

    …iSakai#1326)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.7 to 0.14.8.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.7...0.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    61ca04c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. build(deps): bump pytest from 9.0.1 to 9.0.2 in /requirements (Atsush…

    …iSakai#1325)
    
    Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@9.0.1...9.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-version: 9.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    67d61ba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. build(deps): bump mypy from 1.19.0 to 1.19.1 in /requirements (Atsush…

    …iSakai#1327)
    
    Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.19.0...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.19.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    6b3d213 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. build(deps): bump ruff from 0.14.8 to 0.14.9 in /requirements (Atsush…

    …iSakai#1329)
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.14.8...0.14.9)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.14.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    4d0d069 View commit details
    Browse the repository at this point in the history
Loading