Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rai-opensource
/
spatialmath-python
Public
Notifications
You must be signed in to change notification settings
Fork
102
Star
638
Code
Issues
12
Pull requests
27
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
spatialmath-python
spatialmath
base
__init__.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 13, 2026
fix(base): export tr2pos2, pos2tr2, tr2adjoint2; rename tradjoint2 (#194)
Show description for 901ff79
petercorke
and
jbarry-bdai
authored
901ff79
View commit details
Copy full SHA for 901ff79
View code at this point
Browse repository at this point
Commits on Jan 26, 2025
Add `q2str` to convert quaternion to string (#158)
petercorke
authored
a08f25e
View commit details
Copy full SHA for a08f25e
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
ensure that angdiff returns a scalar for scalar args (#89)
petercorke
authored
256232d
View commit details
Copy full SHA for 256232d
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
add function to input 2D array in MATLAB style, updated doco
petercorke
committed
e3e95f9
View commit details
Copy full SHA for e3e95f9
View code at this point
Browse repository at this point
Commits on Feb 19, 2023
move Rodrigues to transforms3d, simplify 2D case of trexp2
petercorke
committed
55348c7
View commit details
Copy full SHA for 55348c7
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
merge master back into typed
petercorke
committed
8beaaf5
View commit details
Copy full SHA for 8beaaf5
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
fix errors in documentation code examples
petercorke
committed
95fd8f3
View commit details
Copy full SHA for 95fd8f3
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
WIP for Python typing
petercorke
committed
8a5b941
View commit details
Copy full SHA for 8a5b941
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
prefix most quaternion functions in base with 'q', make them a bit more unique in the namespace when using import *
Show description for 9a578e5
petercorke
committed
9a578e5
View commit details
Copy full SHA for 9a578e5
View code at this point
Browse repository at this point
expose expand_dims, rename plot_poly to plot_polygon
petercorke
committed
fc88453
View commit details
Copy full SHA for fc88453
View code at this point
Browse repository at this point
Commits on Feb 3, 2022
add new functions for analytic representations
Show description for e592fb6
petercorke
committed
e592fb6
View commit details
Copy full SHA for e592fb6
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
added function for moments and Gaussian in 1D and 2D
petercorke
committed
663b04f
View commit details
Copy full SHA for 663b04f
View code at this point
Browse repository at this point
fix up wrap_mpi_pi, doco
petercorke
committed
577331f
View commit details
Copy full SHA for 577331f
View code at this point
Browse repository at this point
Commits on Jan 30, 2022
major rework of plot_box
Show description for 3eeb080
petercorke
committed
3eeb080
View commit details
Copy full SHA for 3eeb080
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
Merge branch 'master'
jhavl
committed
d38d523
View commit details
Copy full SHA for d38d523
View code at this point
Browse repository at this point
template for manual imports
jhavl
committed
909ba3b
View commit details
Copy full SHA for 909ba3b
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
add new functions
petercorke
committed
7de98ed
View commit details
Copy full SHA for 7de98ed
View code at this point
Browse repository at this point
Commits on Jul 25, 2021
Add new functions/classes
petercorke
committed
fefb778
View commit details
Copy full SHA for fefb778
View code at this point
Browse repository at this point
Commits on May 23, 2021
black applied to base and tests/base
petercorke
committed
ca5bb36
View commit details
Copy full SHA for ca5bb36
View code at this point
Browse repository at this point
options are consistent, added cylinder, cuboid and homog line
Show description for 60f5bf7
petercorke
committed
60f5bf7
View commit details
Copy full SHA for 60f5bf7
View code at this point
Browse repository at this point
Commits on Apr 18, 2021
add new function for angular velocity transforms
petercorke
committed
9e47d41
View commit details
Copy full SHA for 9e47d41
View code at this point
Browse repository at this point
new: create SO3/SE3 from exponential coordinates
petercorke
committed
9604839
View commit details
Copy full SHA for 9604839
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
change name of new module to numeric,
Show description for 21f7a4f
petercorke
committed
21f7a4f
View commit details
Copy full SHA for 21f7a4f
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
polishing angular rates to angular velocity functions
petercorke
committed
95578c8
View commit details
Copy full SHA for 95578c8
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
add 2d tr2jac2
petercorke
committed
c728b07
View commit details
Copy full SHA for c728b07
View code at this point
Browse repository at this point
Commits on Mar 3, 2021
working version of circle, sphere, ellipse, ellipsoid primitives
Show description for d1dc9c4
petercorke
committed
d1dc9c4
View commit details
Copy full SHA for d1dc9c4
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
consolidate plot_xx functions in base.graphics
petercorke
committed
b105a4c
View commit details
Copy full SHA for b105a4c
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
add plot_point primitive
Show description for 2adc0af
petercorke
committed
2adc0af
View commit details
Copy full SHA for 2adc0af
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
add 3 new functions for SE(2)
petercorke
committed
351a2f3
View commit details
Copy full SHA for 351a2f3
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
add iszero
petercorke
committed
b2912e8
View commit details
Copy full SHA for b2912e8
View code at this point
Browse repository at this point
Add cross, normsq
Show description for f1e4b54
petercorke
committed
f1e4b54
View commit details
Copy full SHA for f1e4b54
View code at this point
Browse repository at this point
Commits on Jan 4, 2021
add plotvol
petercorke
committed
bb6a47d
View commit details
Copy full SHA for bb6a47d
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Fix LGTM issues
petercorke
committed
9f7bb81
View commit details
Copy full SHA for 9f7bb81
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
add rodrigues to base __all__
petercorke
committed
4e83aec
View commit details
Copy full SHA for 4e83aec
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
code tidyup
Show description for c7ad97c
petercorke
committed
c7ad97c
View commit details
Copy full SHA for c7ad97c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.