Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 1, 2024
1 parent 5fe39e9 commit 32e6c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def probabilistic_forward_kinematics(self, thetas, covs):
# %%
# Mesh Visualization
# ------------------
# To visualize the 6D covariance in the tangent space of SO(3), we project its
# To visualize the 6D covariance in the tangent space of SE(3), we project its
# equiprobable hyper-ellipsoid to 3D and represent it as a mesh. We can then
# visualize the mesh with this class.
class Surface(pv.Artist):
Expand Down

0 comments on commit 32e6c35

Please sign in to comment.