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
# Whether to arc forward or backward from robot's current position
int8 translate_direction
# Relative angle (radians) for robot to rotate along arc from current heading. Angles greater than 2 PI will cause the robot to rotate in multiple circles
float32 angle
# Radius of arc (meters) for robot to drive along
float32 radius
# Max translation speed (positive m/s), will cap negative distance to negative speed