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

hostname parameter is no longer converted as an int value #780

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

hugoperier
Copy link
Contributor

Public API Changes

Fix of #736
As mentioned in the documentation of tornado.netutil, hostname as to be a string, the conversion to an integer lead any usage of this parameter to an error

Description

#736

Copy link
Contributor

@achim-k achim-k left a comment

Choose a reason for hiding this comment

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

LGTM

This fixes the special case when running the rosbridge_websocket script directly instead of launching it via the launch file. When launching it via the launch file, the address is passed in as ros parameter to the script.

ros2 launch rosbridge_server rosbridge_websocket_launch.xml address:=0.0.0.0

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.

None yet

2 participants