diff --git a/examples/visualizations/vis_probabilistic_robot_kinematics.py b/examples/visualizations/vis_probabilistic_robot_kinematics.py index 70078c12..49ab8a4c 100644 --- a/examples/visualizations/vis_probabilistic_robot_kinematics.py +++ b/examples/visualizations/vis_probabilistic_robot_kinematics.py @@ -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):