mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
@@ -136,8 +136,8 @@ class PoseSE2(np.ndarray):
|
||||
|
||||
"""
|
||||
return PoseSE2([-self[0] * np.cos(self[2]) - self[1] * np.sin(self[2]),
|
||||
self[0] * np.sin(self[2]) - self[1] * np.cos(
|
||||
[self[2]])], -self[2])
|
||||
self[0] * np.sin(self[2]) - self[1] * np.cos(self[2])],
|
||||
-self[2])
|
||||
|
||||
# ======================================================================= #
|
||||
# #
|
||||
|
||||
Reference in New Issue
Block a user