You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the reason of this problem.
When app whose type is roslauch launched, terminal class in rocon_python_utill set the --port option. But if the port option is set, roslaunch does not reference ROS_MASTER_URI setting in environment variable.
If you check this phenomenon, you can use test rocon tools.
https://github.com/robotics-in-concert/rocon_qt_gui/blob/hydro-devel/rocon_remocon/src/rocon_remocon/interactive_client.py#L277-L294
Here it configures port but no master uri. It cannot connect to rosmaster on remote machine.
The text was updated successfully, but these errors were encountered: