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
Make TestEvaluator (or something like that) which for now is a node that subscribes to a ros2 odometry message and gets average and max robot velocity (twist part of odometry). You can get the velocity value just with math.sqrt(x**2+y**2)
The text was updated successfully, but these errors were encountered:
Make
TestEvaluator
(or something like that) which for now is a node that subscribes to a ros2 odometry message and gets average and max robot velocity (twist part of odometry). You can get the velocity value just withmath.sqrt(x**2+y**2)
The text was updated successfully, but these errors were encountered: