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: rai-opensource/spatialmath-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: petercorke/spatialmath-python
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.
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 13, 2026

  1. Fix breaking bug in angvec2r.

    Changes to `getvector` behaviour mean that a scalar argument becomes
    a 1D vector which breaks the Rodrigue's equation. Fix is to pass
    `vector=False` to `getvector`.
    petercorke committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    c00038d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Update CI actions

    - update Python used for sphinx build, coverage, testing
    - update version of actions used.
    petercorke committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    aff08d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eacb33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdfbc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb0059 View commit details
    Browse the repository at this point in the history
  5. Fix CI test errors

    - skips tests that run forever, interaction of plt.pause() with Agg backend.
    petercorke committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    e5bf170 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c42cc1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    385c423 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e675b7 View commit details
    Browse the repository at this point in the history
Loading