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
Hi I have tried extending your code to 3 dimension coordinates.But the determinant of covariance is negative and it affects the whole weight calculations changing them to NaN
Jacobians : Predicted is same [[distance],[angle]]
Considering the angle between two vectors can be expressed as R**2 cos(angle) = A.B
I was able to calculate the jacobians as
As far as I know, the jabobian really depends on how you represent your robot pose in 3d space. I believe thats where the thing goes wrong. A way to represent the pose is using (x,y,z, theta, tau). x,y,z are used to represent the translation and the two angel parameter is used to represent the orientation of the robot. The jacobian of this is more complex than the 2d case.
Hi I have tried extending your code to 3 dimension coordinates.But the determinant of covariance is negative and it affects the whole weight calculations changing them to NaN
Jacobians : Predicted is same [[distance],[angle]]
Considering the angle between two vectors can be expressed as R**2 cos(angle) = A.B
I was able to calculate the jacobians as
Can you help me where i'm going wrong.Are my feature jacobian calculations wrong?
The text was updated successfully, but these errors were encountered: