ros2 / examples

Example packages for ROS 2
Apache License 2.0
681 stars 308 forks source link

Class based minimal example for implementing services in C++ #364

Closed KlaudiuszSoltysik closed 1 year ago

KlaudiuszSoltysik commented 1 year ago

What happened to class based minimal example for implementing services in C++? I'm almost sure there were examples for class approach, but currently there aren't. I have a problem that may be related to using them: https://github.com/ros/ros_tutorials/issues/155 I'm using ROS2 Humble.