Skip to content

Add missing service timeout parameter to conditional launch #1028

Merged
bjsowa merged 1 commit into
RobotWebTools:ros2from
traclabs:ros2
Apr 30, 2025
Merged

Add missing service timeout parameter to conditional launch #1028
bjsowa merged 1 commit into
RobotWebTools:ros2from
traclabs:ros2

Conversation

@ana-GT

@ana-GT ana-GT commented Apr 30, 2025

Copy link
Copy Markdown
Contributor

Public API Changes
Add a missing parameter (default_call_servie_timeout) to the rosbridge_websocket node. The parameter is added when ssl:=True but not when ssl:=False.

Description
Motivation behind those changes: I was using the bridge to make calls to services that take 10-20 seconds to return (request for a robot to navigate slightly long distances). I noted that regardless of my increasing the service timeout in the launch file, rosbridge was still throwing exceptions. Then I realized the parameter was not actually being passed to the rosbridge_websocket node when ssl:=False.

This PR addresses this issue: #1027

@bjsowa bjsowa merged commit c489ed5 into RobotWebTools:ros2 Apr 30, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants