We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ROS node does not read arguments to set a different interface name. It always selects the default "eth0".
It does read a private param to set it. But is not used in the launch file. This can be done by changing the launch file to :
<node name="driver_node_0" pkg="reflex_driver" type="reflex_driver_node" output="screen" required="true"> <param name="network_interface" type="string" value="eth0" /> </node>
This allows easy change of the network interface name which is not standard "eth0".
I tried to create a pull request, but failed, so I hope this can be done by the developers.
Dennis
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The ROS node does not read arguments to set a different interface name.
It always selects the default "eth0".
It does read a private param to set it.
But is not used in the launch file.
This can be done by changing the launch file to :
This allows easy change of the network interface name which is not standard "eth0".
I tried to create a pull request, but failed, so I hope this can be done by the developers.
Dennis
The text was updated successfully, but these errors were encountered: