-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding granite test bench + fixes #129
adding granite test bench + fixes #129
Conversation
…ange survey static because of jem plan; hard to change command_astrobee config name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
@@ -134,59 +136,87 @@ def __init__(self, robot_name): | |||
self.sock_input.bind(self.input_path) | |||
self.sock_input.listen(1) # Listen for one connection | |||
self.sock_input_connected = False | |||
self.sock_input_conn = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to add some more comments explaining what's going on with these sockets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some comments :)
Improve logging in command_astrobee.py
No description provided.