Skip to content
Snippets Groups Projects
Commit 177477ad authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent a1402a8b
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ class vel_from_ros_node(Node):
def pose_callback(self, msg: Twist):
command = "chassis speed x " + str(msg.linear.x) + " y " + str(msg.linear.y) + " z " + str(msg.angular.z) + ";"
ser2.write(command.encode('utf-8'))
leer = ser2.readall()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment