Skip to content
Snippets Groups Projects
Commit b915bdcc authored by daviddudas's avatar daviddudas
Browse files

correct missing y velocity

parent d29ba4b8
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ class OdometryNode:
odom.pose.pose.orientation.z = q[2]
odom.pose.pose.orientation.w = q[3]
odom.twist.twist.linear.x = pose.xVel
odom.twist.twist.linear.y = pose.yVel
odom.twist.twist.angular.z = pose.thetaVel
odom.pose.covariance = ODOM_POSE_COVARIANCE
odom.twist.covariance = ODOM_TWIST_COVARIANCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment