No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.1.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Reactive programming for ROS 2
Checkout URI https://github.com/rosin-project/rxros2.git
VCS Type git
VCS Version master
Last Updated 2021-08-16
Dev Status UNKNOWN
CI status No Continuous Integration
Released UNRELEASED
Tags reactive-programming rxcpp rxpy ros2
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Example nodes showing how to use rxros2_cpp.

Additional Links

No additional links.

Maintainers

  • Henrik Larsen
  • G.A. vd. Hoorn
  • Andrzej Wasowski

Authors

  • Henrik Larsen

RxROS2 C++ Examples

This package contains the RxROS2 C++ examples.

The purpose of the examples is to:

  1. demonstrate how a RxROS2 C++ package is setup and build.
  2. demonstrate how a RxROS2 C++ program is composed.

The RxROS2 C++ examples contains four nodes. Two nodes demonstrate how to construct a simple talker using either a class or the create_note(..) function. The remaining two nodes demonstrate how to create a simple listener again using either a class or the create_note(..) function.

Setup and Installation

Please follow the installation instructions on the RxROS2 main page. The examples will be built as part of the main build. After having completed the colcon command you can to start the nodes as described in the next section.

Starting the RxROS2 C++ Nodes

After having built RxROS2, you may try to start any of the following RxROS2 nodes:

# RxROS2+RxCpp based nodes
ros2 run rxros2_cpp_examples talker_new_style
ros2 run rxros2_cpp_examples talker_old_style

The talker nodes can be combined with any of the listener nodes:

# RxROS2+RxCpp based nodes
ros2 run rxros2_cpp_examples listener_new_style
ros2 run rxros2_cpp_examples listener_old_style

any combination of talker and listener should work.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rxros2_cpp_examples at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
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.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
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.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
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.
No version for distro melodic. Known supported distros are highlighted in the buttons above.