ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

farofaro's profile - activity

2021-03-23 02:50:19 -0500 received badge  Famous Question (source)
2021-03-23 02:50:19 -0500 received badge  Notable Question (source)
2020-09-13 00:12:04 -0500 received badge  Enthusiast
2020-08-11 04:11:40 -0500 received badge  Supporter (source)
2020-08-11 04:11:37 -0500 marked best answer Calculate speed given linear twist message

I have a twist message and want to know what the speed of my robot.

Would it just be sqrt(twist.linear.x^2 + twist.linear.y^2)?

2020-08-11 04:11:37 -0500 received badge  Scholar (source)
2020-08-11 00:28:56 -0500 received badge  Popular Question (source)
2020-08-10 09:14:06 -0500 asked a question Calculate speed given linear twist message

Calculate speed given linear twist message I have a twist message and want to know what the speed of my robot. Would it