|
58 | 58 | url="https://github.com/petercorke/spatialmath-python", |
59 | 59 | author="Peter Corke", |
60 | 60 | author_email="rvc@petercorke.com", # TODO |
61 | | - keywords="python SO2 SE2 SO3 SE3 twist translation orientation rotation euler-angles roll-pitch-yaw roll-pitch-yaw-angles quaternion unit-quaternion rotation-matrix transforms robotics robot vision pose", |
| 61 | + keywords=["spatial-math", "spatial math", |
| 62 | + "SO2", "SE2", "SO3", "SE3", |
| 63 | + "SO(2)", "SE(2)", "SO(3)", "SE(3)", |
| 64 | + "twist", "product of exponential", "translation", "orientation", |
| 65 | + "angle-axis", "Lie group", "skew symmetric matrix", |
| 66 | + "pose", "translation", "rotation matrix", "rigid body transform", "homogeneous transformation", |
| 67 | + "Euler angles", "roll-pitch-yaw angles", "quaternion", "unit-quaternion" |
| 68 | + "robotics", "robot vision"], |
62 | 69 | license="MIT", # TODO |
63 | 70 | packages=find_packages(exclude=["test_*", "TODO*"]), |
64 | 71 | install_requires=["numpy", "scipy", "matplotlib", "colored", "ansitable"], |
|
0 commit comments