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 85dcb36 commit 41cee35Copy full SHA for 41cee35
1 file changed
include/web_video_server/subscriber.hpp
@@ -47,7 +47,7 @@
47
48
namespace web_video_server
49
{
50
-typedef std::function<void(const sensor_msgs::msg::Image::ConstSharedPtr &)> ImageCallback;
+typedef std::function<void (const sensor_msgs::msg::Image::ConstSharedPtr &)> ImageCallback;
51
52
class SubscriberInterface
53
0 commit comments