8000 Create README.md · LMCallMe/robotics-toolbox-python@841dd32 · GitHub
[go: up one dir, main page]

Skip to content

Commit 841dd32

Browse files
authored
Create README.md
1 parent 220e818 commit 841dd32

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# robotics-toolbox-python
2+
Robotics Toolbox for Python
3+
4+
This is an old first attempt at creating an open Python version of the venerable Robotics Toolbox for MATLAB.
5+
The MATLAB toolbox has support for:
6+
7+
* mobile robots
8+
- vehicle kinematic models and controllers
9+
- path planners (distance xform, D*, PRM, lattice, RRT)
10+
- dead-reckoning, localization, mapping, SLAM
11+
12+
* robot manipulator arms
13+
- kinematics forward and inverse
14+
- Jacobians
15+
- rigid-body dynamics
16+
17+
* common datastructures for
18+
- SO2/SE2 planar rotations and rigid-body motion
19+
- SO3/SE3 3D and rigid-body motion
20+
- quaternions
21+
- twists, Plucker lines
22+
23+
With matplotlib, scipy, numpy and jupyter it should be possible to create a very effective open robotics environment.

0 commit comments

Comments
 (0)
0