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

Network interface #31

Open
harry17189 opened this issue Jan 2, 2018 · 0 comments
Open

Network interface #31

harry17189 opened this issue Jan 2, 2018 · 0 comments

Comments

@harry17189
Copy link

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

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

No branches or pull requests

1 participant