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
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.
The text was updated successfully, but these errors were encountered:
Myzhar
transferred this issue from stereolabs/zed-ros-interfaces
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.
The text was updated successfully, but these errors were encountered: