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

start_remote_stream with multiple zed cameras not working #862

Open
ninoweg opened this issue Sep 9, 2022 · 0 comments
Open

start_remote_stream with multiple zed cameras not working #862

ninoweg opened this issue Sep 9, 2022 · 0 comments
Assignees

Comments

@ninoweg
Copy link

ninoweg commented Sep 9, 2022

There seems to be an issue regarding the ROS srv definition of start_remote_stream. In start_remote_stream.srv all parameters are assigned with values, causing ROS to interpret them as constants. Therefor the ROS start_remote_stream service cannot be called with parameters. When starting the remote stream for a single zed there isn't any issue as the assigned default values work just fine but it is not possible to open another stream on another port as it cannot be changed when calling the service.

Without assigning default values in start_remote_stream.srv the service can be called with those parameters. This way more than one RTP streams can be opened on different ports (30002, 30004, 30006 and 40000) simultaneously. I would suggest changing this or including another service for multi remote streams.

@Myzhar Myzhar transferred this issue from stereolabs/zed-ros-interfaces Sep 9, 2022
@Myzhar Myzhar self-assigned this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants