-
Notifications
You must be signed in to change notification settings - Fork 219
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
rsi_hw_iface: semantics of 'rsi/address' and 'rsi/port' params unclear #57
Comments
I suggest changing these to We could perhaps include |
I suggest changing these to rsi/local_address and rsi/local_port.
I agree.
|
Agreed, |
Another suggestion (and I like this best): rsi:
listen_address: "1.2.3.4"
listen_port: 49152 This more clearly conveys the fact that the node uses these to determine on which IP address and port it should listen for incoming RSI traffic from the controller. |
See #63 for a PR that renames the parameters to |
@tingelst @bj0rkedal: any comments? |
In my opinion it's a good improvement. I think this should make it clear to any user what's configured. With additional input from the expanded documentation it should not take long to get a working system. |
Personally I find this much clearer and vote for the listen_address/port naming (I had renamed them to rsi_listener_ip/port in my launch files). |
Fix for issue #57: rename RSI parameters to clarify what they configure
Fixed in f9224e4. |
Perhaps only for me, but because of the structure of the
rsi_hw_interface
node,rsi/address
andrsi/port
configure the address and port combination to which the UDP socket created byUDPServer
is bound, and thus should correspond to an ip local to the ROS host running thersi_hw_interface
node.The text was updated successfully, but these errors were encountered: