Skip to content

Conversation

@stex2005
Copy link
Collaborator

@stex2005 stex2005 commented Sep 30, 2025

Fixing Issue by which IP sometimes is truncated: #111

  • Fixed IP truncation issue in robot configuration handling.

Changes:

  • Fixed IP address handling to prevent truncation
  • Removed Optional in connect_to_robot. It is optional by default.

Ready for Review ✅

@stex2005 stex2005 requested a review from rjohn-v September 30, 2025 16:23
@stex2005 stex2005 self-assigned this Sep 30, 2025
@stex2005 stex2005 added the bug Something isn't working label Sep 30, 2025
@stex2005 stex2005 changed the base branch from main to develop September 30, 2025 16:23
@stex2005 stex2005 requested a review from lpigeon September 30, 2025 16:24
@stex2005 stex2005 changed the base branch from develop to main September 30, 2025 16:30
@stex2005 stex2005 changed the base branch from main to develop September 30, 2025 16:30
Copy link
Contributor

@rjohn-v rjohn-v left a 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.

Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@stex2005 stex2005 requested a review from rjohn-v October 1, 2025 00:42
@rjohn-v rjohn-v merged commit 827f956 into develop Oct 1, 2025
1 check passed
@stex2005 stex2005 deleted the fix/bug-ip-address branch October 2, 2025 16:55
@rjohn-v rjohn-v mentioned this pull request Nov 3, 2025
@stex2005 stex2005 mentioned this pull request Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix bug: IP address sometimes truncated, causing connection failures (e.g., '127' instead of '127.0.0.1')

3 participants