Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.11.17
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros1
Last Updated 2023-09-27
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Russell Toris
  • Jihoon Lee

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

0.11.17 (2023-09-27)

0.11.16 (2022-10-18)

  • Bump minimum required cmake version. (#814)
  • Fix send_message being called with wrong arguments. (#812)
  • Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)

  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) * Skip unnecessary conversion for cbor compression. This change avoids some unnecessary conversions when using cbor/cbor-raw compression, leading to a significantly perfomance boost.

    • Add caching for subscriptions with cbor compression.
  • Contributors: Hans-Joachim Krauch

0.11.14 (2022-06-13)

  • Fix ROS 1 RosbridgeTcpSocket endless loop (#722)
  • Fix bson support for python3 (#545)
  • Small fixes (#681)
  • Contributors: Matthijs van der Burgh, Nick Paul, curiosus42

0.11.13 (2020-12-08)

0.11.12 (2020-11-25)

0.11.11 (2020-11-24)

  • rosbridge_udp now encodes msg to bytes before send (#537) This is required to work with python3 socket library
  • Conversion between bytes and string (#534) As of python3 sockets will input and output byte strings instead of String objects. This commits does the necessary coversions inside the tcp_handler, but it might not be the most thoughtful solution but just what I did to make it work with python3.
  • Contributors: Felix Exner, Karl Oskar Lember

0.11.10 (2020-09-08)

  • Error initialization with tornado. (#510) max_message_size has to be integer when initializating using tornado.
  • Contributors: Carlos Herrero

0.11.9 (2020-05-27)

  • noetic tests and fixes (#503)
  • Contributors: Matt Vollrath

0.11.8 (2020-05-21)

  • Finish protocol in IncomingQueue thread (#502)
  • Contributors: Matt Vollrath

0.11.7 (2020-05-13)

  • Fix backpressure deadlock (#496)
    • Don\'t block Subscription.unregister()
    • Don\'t add messages to finished queue handler
    • Decouple incoming WS handling from server thread
  • Added support for None for websocket_external_port (#494)
  • Contributors: Matt Vollrath, pramodhkp

0.11.6 (2020-04-29)

  • Output node parameter (#481)
  • Contributors: Raffaello Bonghi

0.11.5 (2020-04-08)

  • default websocket_external_port to port to mimic behavior in node (#470) fixes bug introduced in #468
  • Default to supporting local files as we had before Autobahn. (#469) For Kinetic 0.10.3 version don\'t add the allowNullOrigin option. For everything else add it and default to True because that is consistent with the original behaviour of this package. Add websocket_null_origin to launch args
  • Python 3 updates/fixes (#460) * rosbridge_library, rosbridge_server: Update package format Add Python3 conditional dependencies where applicable.

    • rosbridge_library: Fix pngcompression for Python 3
    • rosapi: Use catkin_install_python for scripts
  • Fix intermittent test smoke (#473) * Run rosbridge_server websocket tests serial Running these tests in parallel may make them less reliable. * Reduce websocket smoke test load Appears to be failing intermittently due to a client issue. Co-authored-by: Jihoon Lee <jihoonlee.in@gmail.com>

  • Expose autobahn externalPort parameter (#468)

    • Expose autobahn externalPort parameter
    • Use ws port as default external port
    • Include websocket params in launchfile
  • Contributors: Alexey Rogachevskiy, Eduardo Paez, El Jawad Alaa, Matt Vollrath, boilerbots

0.11.4 (2020-02-20)

  • Concurrency review (#458)
    • Safer locking in PublisherConsistencyListener
    • Safer locking in ros_loader
    • Print QueueMessageHandler exceptions to stderr
    • Register before resuming outgoing valve
    • Don\'t pause a finished socket valve
  • Add cbor-raw compression (#452) The CBOR compression is already a huge win over JSON or PNG encoding, but it's still suboptimal in some situations. This PR adds support for getting messages in their raw binary (ROS-serialized) format. This has benefits in the following cases: - Your application already knows how to parse messages in bag files (e.g. using [rosbag.js](https://github.com/cruise-automation/rosbag.js), which means that now you can use consistent code paths for both bags and live messages. - You want to parse messages as late as possible, or in parallel, e.g. only in the thread or WebWorker that cares about the message. Delaying the parsing of the message means that moving or copying the message to the thread is cheaper when its in binary form, since no serialization between threads is necessary. - You only care about part of the message, and don\'t need to parse the rest of it. - You really care about performance; no conversion between the ROS binary format and CBOR is done in the rosbridge_sever.

  • Fix Autobahn WebSocket vs. Python 3 (#451) Fixes #448

  • Install scripts with catkin_install_python. (#449)

  • autobahn_websocket.py: Convert BSON to bytes before call to sendMessage (#443) autobahn.websocket.WebSocketServerProtocol.sendMessage asserts whether message is of type bytes, which fails for message of type bson.BSON

  • Autobahn WebSocket server (#426)

    • Autobahn WebSocket server

    * Bring back explicit Twisted dependency Still used directly by the UDP handler. - Warn when reactor wasn\'t running at shutdown hook - More descriptive websocket startup log msg - Remove extreneous OutgoingValve stop log - More comment for OutgoingValve - Fix --address parsing as int - Use Autobahn\'s ws url creation util method

    * Backwards compatibility for empty websocket addr This was the default in previous versions, but invalid input to Autobahn. * Factor out websocket onConnect We have access to this information in onOpen. - Add smoke test for rosbridge websocket server

    * Revert \"Use Autobahn\'s ws url creation util method\" This reverts commit 4224671528a03875847918ae7164e672c4ba5fce. This create_url method doesn\'t exist yet in Ubuntu kinetic. - Preserve RosbridgeWebSocket Tornado ABI

    * Run rosbridge_websocket tests with ephemeral port Avoid network collisions and unnecessary configuration while testing. - Fix broken test create_url on kinetic

    * Smokier smoke test Send 100 large messages in each direction to saturate buffers.

  • Contributors: Jan Paul Posma, Matt Vollrath, Mike Purvis, dma307

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket.launch
      • port [default: 9090]
      • address [default: 0.0.0.0]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • websocket_external_port [default: None]
      • use_compression [default: false]
      • authenticate [default: false]
      • websocket_ping_interval [default: 0]
      • websocket_ping_timeout [default: 30]
      • websocket_null_origin [default: true]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
      • output [default: screen]
      • binary_encoder [default: default]
  • launch/rosbridge_tcp.launch
      • port [default: 9090]
      • host [default: ]
      • incoming_buffer [default: 65536]
      • socket_timeout [default: 10]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
  • launch/rosbridge_udp.launch
      • port [default: 9090]
      • interface [default: ]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.3.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros2
Last Updated 2024-02-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Jihoon Lee
  • Foxglove

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

1.3.2 (2023-09-27)

  • Add option to call services in a separate thread (#847)
  • Contributors: Sebastian Castro

1.3.1 (2022-10-21)

  • Fix exceptions not being handled correctly. (#817)
  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) (#800)
  • Improve robustness for multiple client connections (#803)
  • Minor performance improvements (#809)
  • Fix hostname parameter is no longer converted as an int value (#780)
  • Fix duplicate subscription created with wrong \'raw\' attribute. (#798)
  • Add graceful shutdown (#794)
  • Contributors: Hans-Joachim Krauch, Hugo Perier, Steffen Nattke

1.3.0 (2022-08-16)

  • Add url_path config option (#709)
  • Contributors: Matthijs van der Burgh, Sirawat S

1.2.0 (2022-05-20)

  • Fixed multiple subscriber on transient_local topic (#723)
  • use uuid to ensure client id uniqueness (#713)
  • Contributors: Jacob Bandes-Storch, Will, p0rys

1.1.2 (2022-01-03)

  • [694] update DurabilityPolicy api that are being deprecated (#695)
  • Contributors: Evan Flynn

1.1.1 (2021-12-09)

  • Allow subscribing to any qos profile when creating a subscriber (#690)
  • Fix and add test for multiple subscribers to same topic (#687)
  • Delete unsupported TCP and UDP server implementations in ROS 2 branch (#685)
  • Fix error when advertising duplicate service (#683)
  • Fix incoming service calls (#669)
  • Replace busy wait in AdvertiseService with async handler (#666)
  • Refactor smoke test to make WebSocket test harness reusable (#675)
  • Contributors: Domenic Rodriguez, Jacob Bandes-Storch, Roman Shtylman

1.1.0 (2021-10-22)

  • Exit cleanly on SIGINT; remove sleep in test (#667)
  • Fix unused variables: flake8 --select=F841 (#623)
  • Fix undefined name in rosbridge_websocket (#659)
  • Port #464, #478, #496, and #502 from ROS1 branch (#663)
  • Add pre-commit, format with black and isort (#648)
  • Contributors: Adrian Macneil, Christian Clauss, Domenic Rodriguez, Jacob Bandes-Storch, Kenji Miyake

1.0.8 (2021-08-26)

  • Add missing test_depends and buildtool_depends
  • Fix various Python code style and lint issues
  • Contributors: Christian Clauss, Jacob Bandes-Storch

1.0.7 (2021-08-18)

  • Fix typos discovered by codespell (#600)
  • Contributors: Christian Clauss

1.0.6 (2021-08-17)

  • Fix broken links in changelogs
  • Contributors: Jacob Bandes-Storch

1.0.5 (2021-08-12)

  • Fix globs in launch xml for ROS 2 pre-Galactic (#589)
  • Remove authentication features and rosauth dependency (#586) [rosauth](http://wiki.ros.org/rosauth) is not maintained for ROS 2, and has not been released for Galactic (https://github.com/GT-RAIL/rosauth/issues/35). Since the authentication feature is old and not commonly used, and since rosbridge_suite has not yet been released in Eloquent, Foxy, or Galactic, we decided to just remove the authentication features to unblock us from pushing releases. To avoid breaking backwards compatibility, we will not publish the new version of rosbridge_suite for Dashing.
  • The server now allows choosing [port:=0]{.title-ref} to select an ephemeral port, and sets the port number in the [actual_port]{.title-ref} ROS param. (#585)
  • Contributors: Jacob Bandes-Storch

1.0.4 (2021-08-11)

1.0.3 (2021-08-03)

  • Add cbor-raw compression support (#574, adapted from ROS 1 implementation #452)
  • Adaptations to Eloquent [Again] (#533)

    • increase spin period to 1000Hz to allow 1000 messages per second into the websocket
    • allow interpreting int as float when needed
    • better handling array.array and numpy arrays
    • allow bytes and str websocket messages
    • add boolean type
    • handle type extraction of static array rostypes

    * missing cls variable Co-authored-by: Maximilian Matthe <maxi.matthe@googlemail.com> Co-authored-by: CoRoLa generic <corola@bi> Co-authored-by: joshwapohlmann <joshwa.pohlmann@barkhauseninstitut.org>

  • Contributors: Jacob Bandes-Storch, travipross

1.0.2 (2019-09-24)

  • use Python 3 dependency keys (#436)

1.0.1 (2019-09-20)

1.0.0 (2019-09-19)

  • Port to ROS 2

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket_launch.xml
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5.0]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: 10000000]
      • unregister_timeout [default: 10.0]
      • use_compression [default: false]
      • call_services_in_new_thread [default: false]
      • send_action_goals_in_new_thread [default: false]
      • topics_glob [default: ]
      • services_glob [default: ]
      • params_glob [default: ]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.8.6
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version indigo
Last Updated 2017-12-08
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Russell Toris
  • Jihoon Lee

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

0.8.6 (2017-12-08)

0.8.5 (2017-11-23)

  • Raise if inappropriate bson module is installed (Appease #198) (#270)
    • Raise Exception if inappropriate bson module is installed (Related to #198)
  • Add Python3 compatibility (#300)
    • First pass at Python 3 compatibility
    • message_conversion: Only call encode on a Python2 str or bytes type
    • protocol.py: Changes for dict in Python3. Compatible with Python 2 too.
    • More Python 3 fixes, all tests pass
    • Move definition of string_types to rosbridge_library.util
  • Contributors: Junya Hayashi, Kartik Mohta

0.8.4 (2017-10-16)

0.8.3 (2017-09-11)

0.8.2 (2017-09-11)

0.8.1 (2017-08-30)

0.8.0 (2017-08-30)

  • Merge pull request #281 from RobotWebTools/expose_b64 expose binary_encoder rosparam that was hidden in deep depth
  • address review comment. more explicitly describe valid args
  • correct the possible argument
  • expose binary_encoder rosparam that was hidden in deep depth
  • Merge pull request #277 from T045T/remove_nodelay_for_udp don\'t try to set TCP nodelay option for UDP
  • don\'t try to set TCP nodelay option for UDP
  • Merge pull request #273 from Sanic/set_bson_only_flags Set default for bson_only_mode in websocket handler and launch file.
  • Set default for bson_only_mode in websocket handler and launch file.
  • Merge pull request #257 from Sanic/bson-only-mode Implemented a bson_only_mode flag for the TCP version of rosbridge
  • Implemented a bson_only_mode flag for the TCP version of rosbridge; This allows you to switch to a full-duplex transmission of BSON messages and therefore eliminates the need for a base64 encoding of binary data; Use the new mode by starting:\'roslaunch rosbridge_server rosbridge_tcp.launch bson_only_mode:=True\' or passing \'--bson_only_mode\' to the rosbridge_tcp.py script
  • Contributors: Adolfo Rodriguez Tsouroukdissian, Jihoon Lee, Nils Berg, Patrick Mania, pmania

0.7.17 (2017-01-25)

  • Fixed the launch files for the tcp and udp service. Without these modifications, the rosapi node fails because some rosparams are not defined properly before. Now the launchfiles comply to the websocket version.
  • Added default topics to all launch files, and fixed bug where it would crash if nothing was put into the lists as values
  • Fix: Set default to publish all topics Without better doc, one does not understand why no topics are published. I thought, something is broken. With this defaults, everything is working out of the box. And for a more secure setup, one can change it.
  • correct default values for security globs also accept empty list as the default \"do not check globs\" value in addition to None. Finally, append rosapi service glob after processing command line input so it\'s not overwritten
  • add missing imports and correct default values for glob parameters
  • Added services_glob to CallServices, added globs to rosbridge_tcp and rosbridge_udp, and other miscellanous fixes.
  • Two minor fixes.
  • Added new parameters for topic and service security. Added 3 new parameters to rosapi and rosbridge_server which filter the topics, services, and parameters broadcast by the server to match an array of glob strings.
  • Contributors: Devon Ash, Eric, Nils Berg, Patrick Mania, plieningerweb

0.7.16 (2016-08-15)

0.7.15 (2016-04-25)

  • Track Twisted run_depend Fixes #218
  • Add rosbridge_udp cmake install rule #225
  • Stop UDP server on ROS shutdown
  • changelog updated
  • Track Twisted run_depend Fixes #218
  • Contributors: Jihoon Lee, Matt Vollrath, Russell Toris

0.7.14 (2016-02-11)

  • Abort websocket server listen() retry on shutdown This allows the server to shut down via SIGINT or SIGTERM during its listen() retry loop.
  • rospy.get_param instead of get_param
  • actually use those parameters
  • remove reference to retry_startup_delay from rosbridge_udp.launch
  • clean up parameters and handling
    • make parameters accessible via parameter server for all three versions
    • remove old advertise_service parameters
    • UDP and TCP can\'t do SSL
    • TCP can\'t authenticate yet (because the RosbridgeTcpSocket class is instantiated for each request and hence does not hold state)
    • UDP does not take a hostname or address, but rather an interface
  • Allow TCP Server to reuse address after restart After killing (Ctrl-C) a rosbridge_tcp server instance which has connected clients, starting a new instance (on the same port) can fail with the error: \'[Errno 98] Address already in use\'. Although the node retries until the server starts, this can take up to a few minutes. Instruct the ThreadingTCPServer to allow the reuse of the same address.
  • Adding UDP
  • Contributors: Matt Vollrath, Nils Berg, Victor Savu, XuHao, xuhao1

0.7.13 (2015-08-14)

  • Add bson encoding to the server side
  • Add default strings for certfile and keyfile This allows downstream packages with roslaunch_add_file_check tests to pass.
  • Fix whitespace in RosbridgeTcpHandler
  • Modularize RosbridgeTcpSocket
  • Modularize RosbridgeWebSocket
  • add shutdown handling to rosbridge_tcp and make rosbridge_websocket more robust
  • Removed space from empty line. Thanks \@T045T
  • Stop IOLoop on shutdown.
  • Contributors: Benny, David Lu, Matt Vollrath, Nils Berg, Paul Bovbel

0.7.12 (2015-04-07)

0.7.11 (2015-03-23)

  • rename rosapi script to rosapi_node to address #170
  • Enabled TCP nodelay in Websocket handler
  • Contributors: Jihoon Lee, Sebastien Mamessier

0.7.10 (2015-02-25)

0.7.9 (2015-02-24)

0.7.8 (2015-01-16)

  • Fix path to Tornado speedup extension source
  • Build Tornado speedups Fixes #135
  • Contributors: Matt Vollrath

0.7.7 (2015-01-06)

  • remove rosbridge_tools from dependency #163
  • reverting back the changes
  • Contributors: Jihoon Lee

0.7.6 (2014-12-26)

  • 0.7.5
  • update changelog
  • Function in robridge_tools for importing tornado
  • Revert \"reverts back to internal tornado until fix is ready\" This reverts commit 49eeb1d97da154213d3170c95169b5677b329d07.
  • 0.7.4
  • changelog updated
  • reverts back to internal tornado until fix is ready
  • 0.7.3
  • changelog updated
  • 0.7.2
  • changelog updated
  • use alias to import rosbridge_tool tornado
  • move modules under rosbridge_tools
  • 0.7.1
  • update changelog
  • Merge pull request #147 from RobotWebTools/migrate_third_parties separate tornado and backports from rosbridge_server
  • seprate out third party library and ros related script
  • remove setup.py
  • add rosbridge_tools as rosbridge_server dependency
  • remove python-imaging dependency. it is used in rosbridge_library
  • 0.7.0
  • changelog updated
  • Contributors: Jihoon Lee, Jon Binney, Russell Toris

0.7.5 (2014-12-26)

  • Function in robridge_tools for importing tornado
  • Revert \"reverts back to internal tornado until fix is ready\" This reverts commit 49eeb1d97da154213d3170c95169b5677b329d07.
  • Contributors: Jon Binney

0.7.4 (2014-12-16)

  • reverts back to internal tornado until fix is ready
  • Contributors: Russell Toris

0.7.3 (2014-12-15)

0.7.2 (2014-12-15)

  • use alias to import rosbridge_tool tornado
  • move modules under rosbridge_tools
  • 0.7.1
  • update changelog
  • Merge pull request #147 from RobotWebTools/migrate_third_parties separate tornado and backports from rosbridge_server
  • seprate out third party library and ros related script
  • remove setup.py
  • add rosbridge_tools as rosbridge_server dependency
  • remove python-imaging dependency. it is used in rosbridge_library
  • Contributors: Jihoon Lee, Russell Toris

0.7.1 (2014-12-09)

  • Merge pull request #147 from RobotWebTools/migrate_third_parties separate tornado and backports from rosbridge_server
  • seprate out third party library and ros related script
  • remove setup.py
  • add rosbridge_tools as rosbridge_server dependency
  • remove python-imaging dependency. it is used in rosbridge_library
  • Contributors: Jihoon Lee, Russell Toris

0.7.0 (2014-12-02)

0.6.8 (2014-11-05)

0.6.7 (2014-10-22)

  • updated package manifests
  • Merge pull request #137 from RobotWebTools/revert Revert \"Install Tornado via rosdep\"
  • Revert \"Install Tornado via rosdep\" This reverts commit 2d8a2fa5d23550427d6957acffc7dfa6f55e9c34.
  • Contributors: Russell Toris

0.6.6 (2014-10-21)

  • Install Tornado via rosdep Use python-tornado-pip to make sure we get the speedups introduced in Tornado 3.2.
  • Contributors: Matt Vollrath

0.6.5 (2014-10-14)

  • 0.6.4
  • update changelog
  • add backports to setup.py, so backports.ssl_match_hostname can be properly resolved
  • 0.6.3
  • update change log
  • Contributors: Jihoon Lee, Nils Berg

0.6.4 (2014-10-08)

  • add backports to setup.py, so backports.ssl_match_hostname can be properly resolved
  • Contributors: Nils Berg

0.6.3 (2014-10-07)

0.6.2 (2014-10-06)

  • Merge pull request #125 from megawac/json Remove unused imports; move json imports to utility
  • override to enable support for allowing alternate origins To accept all cross-origin traffic (which was the default prior to Tornado 4.0), simply override this method to always return true.
  • import backports.ssl_match_hostname 3.4.0.2
  • upgrade tornado to 4.0.2
  • Remove unused json imports; move json imports to utility Fixes #7
  • Contributors: Graeme Yeates, Ramon Wijnands, Russell Toris

0.6.1 (2014-09-01)

0.6.0 (2014-05-23)

0.5.4 (2014-04-17)

0.5.3 (2014-03-28)

  • rosbridge_server: add install tag for python files, not just symlinks, to make them executable
  • Contributors: ipa-mig

0.5.2 (2014-03-14)

  • move global param into local param to address issue #25
  • moving global parameter into local parameter to address issue #25
  • merging changes of groovy-devel into hydro-devel
  • Specific IP adress binding using roslauch
  • added parameter lookup to rosbridge_tcp.py, modules where those are used, and default parameters to launch file; internal default-values still get used when launch-file does not provide them; internal defaults can be changed within rosbridge_tcp.py
  • increaing max_msg_length - still hardcoded
  • preparing pull request for upstream..
  • cleanup: files, notes, some code
  • cleanup tcp-server
  • added message_field <message_intervall> to allow client to control delay between messages from rosbridge
  • tested rosbridge_websocket with new capabilities; websocket test scripts not working yet..; but new caps are working when using rosbridge_websocket and tcp2ws wrapper --> so only testscripts need to be fixed for websockets.
  • feierabend.. morgen weiter mit server & client JSON-decoder, see notes
  • only current changes; not yet done..
  • code cleanup, not yet finished..; rosbridge logging much cleaner now
  • file extension for websocket server .py
  • ...
  • ...
  • fixed test_server_defragment - recodegit status
  • linuxonandroid
  • added extension to server script; + symlink
  • fixed some parts; ..still better do some redesign for queueing of messages..
  • forced tcp_send to use queue and use delay between sends
  • blocking behavior for service requests to non-ros; test-scripts use get-ip4 helper function; ..needs a lot cleanup before next steps..
  • message_size debugging; TODO: sort list of received fragments! ; make sure receive_buffers are big enough for fragment_size + header..
  • some code cleanup
  • some minor changes: comments, debug-output, ..
  • first working classes: service_server
  • added socket_timeout and exception-handling for clients that do not send any data at all but are listening only.
  • Catkin fixes for rosbridge TCP.
  • Catkinizes rosbridge_tcp. Adds launch file too.
  • Clean up of Rosbridge TCP.
  • add rosbridge_server with tcp socket support
  • adapt rosbridge_tcp to groovy-devel structure
  • add rosbridge_server with tcp socket support
  • Param bug fixed
  • SSL options added
  • Contributors: Brandon Alexander, Jihoon Lee, Russell Toris, Steffel Fenix, dave, fxm-db, ipa-fxm, root

0.5.1 (2013-10-31)

0.5.0 (2013-07-17)

  • 0.5.0 preparation for hydro release
  • Removes trailing commas.
  • removing global bin installation in setup.py
  • Contributors: Brandon Alexander, Jihoon Lee

0.4.4 (2013-04-08)

0.4.3 (2013-04-03 08:24)

0.4.2 (2013-04-03 08:12)

  • launch file location fixed in install
  • response from rosauth fixed
  • authentication added
  • launch file updated with args for port and SSL options
  • SSL options added
  • eclipse projects removed
  • Contributors: Russell Toris

0.4.1 (2013-03-07)

0.4.0 (2013-03-05)

  • Resolves submodule issues.
  • Adds rosbridge_websocket launch file.
  • Uses only 1 .gitignore to avoid confusion.
  • Fixing rosapi\'s \"Cannot include proxy...\" errors.
  • Renames server script to rosbridge_websocket.
  • Adds BSD license header to code files. See Issue #13.
  • rosbridge_server requires rosapi.
  • Moves rosbridge_server code to scripts. Was getting an odd bug with tornado: [ERROR] [WallTime: 1356115083.100585] Uncaught exception, closing connection. [ERROR] [WallTime: 1356115083.100900] Exception in callback <tornado.stack_context._StackContextWrapper object at 0x1dd6e10>
  • Removing ultrajson from rosbridge. If JSON parsing becomes a performance bottle neck, we can readd it.
  • Refactors rosbridge_server. Adds scripts dir.
  • Catkinizing rosbridge_library and server.
  • Added command line --port argument.
  • Collapse directory structure.
  • Moved the packages inside a folder called rosbridge
  • Initial commit of rosbridge_server
  • Contributors: Austin Hendrix, Brandon Alexander, Jonathan Mace

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket.launch
      • port [default: 9090]
      • address [default: ]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
      • binary_encoder [default: default]
  • launch/rosbridge_tcp.launch
      • port [default: 9090]
      • host [default: ]
      • incoming_buffer [default: 65536]
      • socket_timeout [default: 10]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
  • launch/rosbridge_udp.launch
      • port [default: 9090]
      • interface [default: ]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange

No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.11.17
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/RobotWebTools/rosbridge_suite.git
VCS Type git
VCS Version ros1
Last Updated 2023-09-27
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

A WebSocket interface to rosbridge.

Additional Links

Maintainers

  • Russell Toris
  • Jihoon Lee

Authors

  • Jonathan Mace
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbridge_server

0.11.17 (2023-09-27)

0.11.16 (2022-10-18)

  • Bump minimum required cmake version. (#814)
  • Fix send_message being called with wrong arguments. (#812)
  • Contributors: Hans-Joachim Krauch

0.11.15 (2022-10-06)

  • Skip unnecessary conversion for cbor/cbor-raw compression (#792) * Skip unnecessary conversion for cbor compression. This change avoids some unnecessary conversions when using cbor/cbor-raw compression, leading to a significantly perfomance boost.

    • Add caching for subscriptions with cbor compression.
  • Contributors: Hans-Joachim Krauch

0.11.14 (2022-06-13)

  • Fix ROS 1 RosbridgeTcpSocket endless loop (#722)
  • Fix bson support for python3 (#545)
  • Small fixes (#681)
  • Contributors: Matthijs van der Burgh, Nick Paul, curiosus42

0.11.13 (2020-12-08)

0.11.12 (2020-11-25)

0.11.11 (2020-11-24)

  • rosbridge_udp now encodes msg to bytes before send (#537) This is required to work with python3 socket library
  • Conversion between bytes and string (#534) As of python3 sockets will input and output byte strings instead of String objects. This commits does the necessary coversions inside the tcp_handler, but it might not be the most thoughtful solution but just what I did to make it work with python3.
  • Contributors: Felix Exner, Karl Oskar Lember

0.11.10 (2020-09-08)

  • Error initialization with tornado. (#510) max_message_size has to be integer when initializating using tornado.
  • Contributors: Carlos Herrero

0.11.9 (2020-05-27)

  • noetic tests and fixes (#503)
  • Contributors: Matt Vollrath

0.11.8 (2020-05-21)

  • Finish protocol in IncomingQueue thread (#502)
  • Contributors: Matt Vollrath

0.11.7 (2020-05-13)

  • Fix backpressure deadlock (#496)
    • Don\'t block Subscription.unregister()
    • Don\'t add messages to finished queue handler
    • Decouple incoming WS handling from server thread
  • Added support for None for websocket_external_port (#494)
  • Contributors: Matt Vollrath, pramodhkp

0.11.6 (2020-04-29)

  • Output node parameter (#481)
  • Contributors: Raffaello Bonghi

0.11.5 (2020-04-08)

  • default websocket_external_port to port to mimic behavior in node (#470) fixes bug introduced in #468
  • Default to supporting local files as we had before Autobahn. (#469) For Kinetic 0.10.3 version don\'t add the allowNullOrigin option. For everything else add it and default to True because that is consistent with the original behaviour of this package. Add websocket_null_origin to launch args
  • Python 3 updates/fixes (#460) * rosbridge_library, rosbridge_server: Update package format Add Python3 conditional dependencies where applicable.

    • rosbridge_library: Fix pngcompression for Python 3
    • rosapi: Use catkin_install_python for scripts
  • Fix intermittent test smoke (#473) * Run rosbridge_server websocket tests serial Running these tests in parallel may make them less reliable. * Reduce websocket smoke test load Appears to be failing intermittently due to a client issue. Co-authored-by: Jihoon Lee <jihoonlee.in@gmail.com>

  • Expose autobahn externalPort parameter (#468)

    • Expose autobahn externalPort parameter
    • Use ws port as default external port
    • Include websocket params in launchfile
  • Contributors: Alexey Rogachevskiy, Eduardo Paez, El Jawad Alaa, Matt Vollrath, boilerbots

0.11.4 (2020-02-20)

  • Concurrency review (#458)
    • Safer locking in PublisherConsistencyListener
    • Safer locking in ros_loader
    • Print QueueMessageHandler exceptions to stderr
    • Register before resuming outgoing valve
    • Don\'t pause a finished socket valve
  • Add cbor-raw compression (#452) The CBOR compression is already a huge win over JSON or PNG encoding, but it's still suboptimal in some situations. This PR adds support for getting messages in their raw binary (ROS-serialized) format. This has benefits in the following cases: - Your application already knows how to parse messages in bag files (e.g. using [rosbag.js](https://github.com/cruise-automation/rosbag.js), which means that now you can use consistent code paths for both bags and live messages. - You want to parse messages as late as possible, or in parallel, e.g. only in the thread or WebWorker that cares about the message. Delaying the parsing of the message means that moving or copying the message to the thread is cheaper when its in binary form, since no serialization between threads is necessary. - You only care about part of the message, and don\'t need to parse the rest of it. - You really care about performance; no conversion between the ROS binary format and CBOR is done in the rosbridge_sever.

  • Fix Autobahn WebSocket vs. Python 3 (#451) Fixes #448

  • Install scripts with catkin_install_python. (#449)

  • autobahn_websocket.py: Convert BSON to bytes before call to sendMessage (#443) autobahn.websocket.WebSocketServerProtocol.sendMessage asserts whether message is of type bytes, which fails for message of type bson.BSON

  • Autobahn WebSocket server (#426)

    • Autobahn WebSocket server

    * Bring back explicit Twisted dependency Still used directly by the UDP handler. - Warn when reactor wasn\'t running at shutdown hook - More descriptive websocket startup log msg - Remove extreneous OutgoingValve stop log - More comment for OutgoingValve - Fix --address parsing as int - Use Autobahn\'s ws url creation util method

    * Backwards compatibility for empty websocket addr This was the default in previous versions, but invalid input to Autobahn. * Factor out websocket onConnect We have access to this information in onOpen. - Add smoke test for rosbridge websocket server

    * Revert \"Use Autobahn\'s ws url creation util method\" This reverts commit 4224671528a03875847918ae7164e672c4ba5fce. This create_url method doesn\'t exist yet in Ubuntu kinetic. - Preserve RosbridgeWebSocket Tornado ABI

    * Run rosbridge_websocket tests with ephemeral port Avoid network collisions and unnecessary configuration while testing. - Fix broken test create_url on kinetic

    * Smokier smoke test Send 100 large messages in each direction to saturate buffers.

  • Contributors: Jan Paul Posma, Matt Vollrath, Mike Purvis, dma307

0.11.3 (2019-08-07)

  • Fixes #418: WebSocketClosedError Spam (#423)
    • not raising WebSocketClosedError for old tornado versions
  • Contributors: lennartdopatka

0.11.2 (2019-07-08)

  • yield infinite lock (#413)
  • Add settings for websocket timeout (#410)
    • Add settings for websocket timeout
    • Error handling of StreamClosedError
  • Contributors: Aur

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/rosbridge_websocket.launch
      • port [default: 9090]
      • address [default: 0.0.0.0]
      • ssl [default: false]
      • certfile [default: ]
      • keyfile [default: ]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • websocket_external_port [default: None]
      • use_compression [default: false]
      • authenticate [default: false]
      • websocket_ping_interval [default: 0]
      • websocket_ping_timeout [default: 30]
      • websocket_null_origin [default: true]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
      • output [default: screen]
      • binary_encoder [default: default]
  • launch/rosbridge_tcp.launch
      • port [default: 9090]
      • host [default: ]
      • incoming_buffer [default: 65536]
      • socket_timeout [default: 10]
      • retry_startup_delay [default: 5]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]
      • bson_only_mode [default: false]
  • launch/rosbridge_udp.launch
      • port [default: 9090]
      • interface [default: ]
      • fragment_timeout [default: 600]
      • delay_between_messages [default: 0]
      • max_message_size [default: None]
      • unregister_timeout [default: 10]
      • authenticate [default: false]
      • topics_glob [default: [*]]
      • services_glob [default: [*]]
      • params_glob [default: [*]]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbridge_server at Robotics Stack Exchange