Skip to content

Commit

Permalink
Fix typo from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Jun 17, 2020
1 parent e6ddca1 commit ea7a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo_plugins/src/gazebo_ros_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void GazeboRosCamera::Load(gazebo::sensors::SensorPtr _sensor, sdf::ElementPtr _
image_transport::create_publisher(
impl_->ros_node_.get(),
camera_topic,
qos.get_publisher_qos(camera_topic, rclcpp::SensorDataQos()).get_rmw_qos_profile()));
qos.get_publisher_qos(camera_topic, rclcpp::SensorDataQoS()).get_rmw_qos_profile()));

// TODO(louise) Uncomment this once image_transport::Publisher has a function to return the
// full topic.
Expand Down

0 comments on commit ea7a809

Please sign in to comment.