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

Cannot get nodes running on other machines #55

Open
RaresAmbrus opened this issue Nov 21, 2014 · 2 comments
Open

Cannot get nodes running on other machines #55

RaresAmbrus opened this issue Nov 21, 2014 · 2 comments

Comments

@RaresAmbrus
Copy link
Member

The cloud_merge/launch/mapping.launch starts the nodes semantic_map, cloud_merge and scitos_ptu/ptu_action_server_metric_map.py. It supports launching semantic_map, cloud_merge on one machine and scitos_ptu/ptu_action_server_metric_map.py on another through different machine and user arguments.

However, at the moment this is not working properly, moreover it's difficult to debug what's going on since there is not console output from the nodes launched on another machine; for now I am removing starting the action server from the same file.

To launch the metric mapping components one will have to do:

roslaunch cloud_merge mapping.launch
roslaunch scitos_ptu ptu_action_server_metric_map.launch

I will update the readme file to reflect this.

@ghost
Copy link

ghost commented Nov 21, 2014

actually if I run the second command, it will shutdown after the
mapping.launch apparently restarts the action server.

On Fri, Nov 21, 2014 at 7:44 PM, RaresAmbrus [email protected]
wrote:

The cloud_merge/launch/mapping.launch starts the nodes semantic_map,
cloud_merge and scitos_ptu/ptu_action_server_metric_map.py. It supports
launching semantic_map, cloud_merge on one machine and
scitos_ptu/ptu_action_server_metric_map.py on another through different
machine and user arguments.

However, at the moment this is not working properly, moreover it's
difficult to debug what's going on since there is not console output from
the nodes launched on another machine; for now I am removing starting the
action server from the same file.

To launch the metric mapping components one will have to do:

roslaunch cloud_merge mapping.launch
scitos_ptu/ptu_action_server_metric_map.py

I will update the readme file to reflect this.


Reply to this email directly or view it on GitHub
#55.

@RaresAmbrus
Copy link
Member Author

Yes, I've opened a pull request where I commented out starting the action server from roslaunch cloud_merge mapping.launch. It's this one: #56

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