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

power on/off service for multiple cameras using the same nodelet manager. #103

Closed
y27choi opened this issue Sep 9, 2016 · 2 comments
Closed

Comments

@y27choi
Copy link

y27choi commented Sep 9, 2016

Hi,

Just a quick question about using service call to power on/off the cameras. How does the service call work when there are multiple cameras running on the same nodelet manager?

It looks like the both camera try to advertise to /camera/force_power. Is it possible to have the service call per nodelet?

@rjingar rjingar self-assigned this Sep 9, 2016
@rjingar
Copy link

rjingar commented Sep 9, 2016

Hi @y27choi

Good catch. remapping needs to be added in "nodelet.launch.xml" file for set_power, force_power and is_powered services.
I have created pullrequest (#104) to add multi-camera support for these services.
For now, you can get required changes from the pullrequest or from "rjingar:set-power-multi-cam-support".

Thanks!

@mdhorn
Copy link

mdhorn commented Oct 28, 2016

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

3 participants