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
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?
The text was updated successfully, but these errors were encountered:
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".
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?
The text was updated successfully, but these errors were encountered: