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

a

parent 678f71b6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class vel_from_ros_node(Node):
self.get_vel_from_ros_ = self.create_subscription(Twist, "/cmd_vel", self.pose_callback, 10)
def check_connection():
def check_connection(args):
print("ja")
self.response = self.isConnected()
if(self.response != True):
......
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