We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615083 commit e26913cCopy full SHA for e26913c
rclcpp/include/rclcpp/service.hpp
@@ -125,7 +125,7 @@ class Service : public ServiceBase
125
: ServiceBase(node_handle),
126
any_callback_(any_callback)
127
{
128
- //check if service handle was initialized
+ // check if service handle was initialized
129
// TODO(karsten1987): Take this verification
130
// directly in rcl_*_t
131
// see: https://github.com/ros2/rcl/issues/81
0 commit comments