-
Notifications
You must be signed in to change notification settings - Fork 137
Fix Issue #111 + Added ip/port information from config file. #137
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
Conversation
…imes generates truncation, no need for optional as they are intrinsically optional.
rjohn-v
left a comment
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.
Changes look good.
I have a question on the addition of the local_rosbridge.yaml file.
Also probably a good idea to edit the PR description to remove references to features that were removed.
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.
What is the purpose of this local_rosbridge.yaml?
Is it meant to to be a config for turtlesim? or is it a template for users to create their own?
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.
Just a config to connect to a general rosbridge server. Can be used as a template or as test file to connect to turtlesim.
Fixing Issue by which IP sometimes is truncated: #111
Changes:
Optionalinconnect_to_robot. It is optional by default.Ready for Review ✅