Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <[email protected]>
  • Loading branch information
Karsten1987 committed Mar 23, 2021
1 parent d90cb0d commit 0316275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rosbag2_cpp/include/rosbag2_cpp/writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ROSBAG2_CPP_PUBLIC Writer final

/**
* Write a message to a bagfile.
* Opposing a call to \sa write without topic metadata, the topic will be created.
* The topic will be created if it has not been created already.
*
* \param message to be written to the bagfile
* \param topic_name the string of the topic this messages belongs to
Expand All @@ -132,7 +132,7 @@ class ROSBAG2_CPP_PUBLIC Writer final

/**
* Write a serialized message to a bagfile.
* The topic will be created if it has not been created already
* The topic will be created if it has not been created already.
*
* \param message rclcpp::SerializedMessage The serialized message to be written to the bagfile
* \param topic_name the string of the topic this messages belongs to
Expand All @@ -148,7 +148,7 @@ class ROSBAG2_CPP_PUBLIC Writer final

/**
* Write a non-serialized message to a bagfile.
* Opposing a call to \sa write without topic metadata, the topic will be created.
* The topic will be created if it has not been created already.
*
* \param message MessageT The serialized message to be written to the bagfile
* \param topic_name the string of the topic this messages belongs to
Expand Down

0 comments on commit 0316275

Please sign in to comment.