Skip to content

Commit

Permalink
Reviewer feedback on necessary includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll committed Aug 15, 2018
1 parent de98e0f commit 49ef0d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image_transport/include/image_transport/camera_publisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ class CameraPublisher
public:
CameraPublisher() = default;


CameraPublisher(rclcpp::Node::SharedPtr node,
const std::string& base_topic,
rmw_qos_profile_t custom_qos = rmw_qos_profile_default);

//TODO(ros2) Restore support for SubscriberStatusCallbacks when available.

/*!
* \brief Returns the number of subscribers that are currently connected to
* this CameraPublisher.
Expand Down
2 changes: 2 additions & 0 deletions image_transport/include/image_transport/subscriber_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#define IMAGE_TRANSPORT_SUBSCRIBER_PLUGIN_H

#include <rclcpp/macros.hpp>
#include <rclcpp/node.hpp>
#include <sensor_msgs/msg/image.hpp>

namespace image_transport
{
Expand Down

0 comments on commit 49ef0d9

Please sign in to comment.