Skip to content
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

Merged
merged 24 commits into from
Feb 15, 2024

Conversation

marinagmoreira
Copy link
Member

No description provided.

@marinagmoreira marinagmoreira marked this pull request as ready for review February 12, 2024 16:21
Copy link
Member

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
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added some comments :)

@marinagmoreira marinagmoreira merged commit ef1c69a into nasa:develop Feb 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants