-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent parameter retrieval crashes (#978)
* fix(params): prevent parameter retrieval crashes in ROS2 - Add check for node's fully qualified name to prevent deadlocks - Add 2.0s timeout to spin_until_future_complete - Fix crashes when retrieving parameters via Roslibjs Fixes #972 * added parameter for timeout * Add new service to retrieve the different interfaces in the ROS Network (#988) * Fix rosbridge_websocket symlink * Don't fail on nodes without parameter services * Remove added empty line --------- Co-authored-by: Błażej Sowa <[email protected]> Co-authored-by: Matthias Rathauscher (LWN) <[email protected]> Co-authored-by: Lebecque Florian <[email protected]>
- Loading branch information
1 parent
528b21f
commit 0d96ae5
Showing
3 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters