Home

Awesome

rosbridge_suite

ROS Humble version ROS Iron version ROS Jazzy version ROS Rolling version

Server Implementations of the rosbridge v2 Protocol

rosbridge provides a JSON interface to ROS, allowing any client to send JSON to publish or subscribe to ROS topics, call ROS services, and more. rosbridge supports a variety of transport layers, including WebSockets and TCP. For information on the protocol itself, see the rosbridge protocol specification.

For full documentation, see the ROS wiki.

This project is released as part of the Robot Web Tools effort.

Packages

Clients

A rosbridge client is a program that communicates with rosbridge using its JSON API. rosbridge clients include:

License

rosbridge_suite is released with a BSD license. For full terms and conditions, see the LICENSE file.

Authors

See the AUTHORS file for a full list of contributors.

Quality Declaration

This package claims to be in the Quality Level 3 category, see the Quality Declaration for more details.

Troubleshooting

See the TROUBLESHOOTING doc for common problems and solutions.

Release process

Releasing requires push access to RobotWebTools/rosbridge_suite as well as ros2-gbp/rosbridge_suite-release. For more details on how the release process works, see the bloom tutorial.

  1. Run catkin_generate_changelog to update CHANGELOG.rst files.
  2. Manually edit and clean up the changelogs. Commit the changes.
  3. Run catkin_prepare_release --bump [major/minor/patch] to bump versions in package.xml and push changes to origin.
  4. Run bloom-release commands to create PRs to update rosdistro:
    • bloom-release --rosdistro humble rosbridge_suite
    • bloom-release --rosdistro iron rosbridge_suite
    • bloom-release --rosdistro jazzy rosbridge_suite
    • bloom-release --rosdistro rolling rosbridge_suite

Note that right now, the Humble release is tracked in the humble branch, while Iron and later are tracked in the ros2 branch.

Once the PRs are merged, packages will be available for each distro after the next sync. Build/sync status can be viewed at: humble, iron, jazzy, and rolling.