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

[rocon_interactions] roslaunch interaction does not configure master uri #171

Open
jihoonl opened this issue Dec 21, 2014 · 2 comments
Open
Labels

Comments

@jihoonl
Copy link
Collaborator

jihoonl commented Dec 21, 2014

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.

@jihoonl jihoonl added the bug label Dec 21, 2014
@dwlee
Copy link
Collaborator

dwlee commented Dec 22, 2014

How about adding the env arguments following function?

https://github.com/robotics-in-concert/rocon_qt_gui/blob/hydro-devel/rocon_remocon/src/rocon_remocon/interactive_client.py#L277-L294

If env arguments is existed, it is added in roslaunch_env .

@dwlee
Copy link
Collaborator

dwlee commented Dec 24, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants