def send_control(self, vel, yaw): msg = Twist() msg.linear.x = vel msg.angular.z = yaw self.robot_pub.publish(msg)