Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Abishalini Sivaraman <[email protected]>
  • Loading branch information
sjahr and Abishalini authored Oct 16, 2023
1 parent 5b9ad79 commit a3431eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PlanningResponseAdapter
virtual void initialize(const rclcpp::Node::SharedPtr& node, const std::string& parameter_namespace) = 0;

/** \brief Get a description of this adapter
* @return Returns a short string that identifies the planning request adapter
* @return Returns a short string that identifies the planning response adapter
*/
[[nodiscard]] virtual std::string getDescription() const = 0;

Expand Down

0 comments on commit a3431eb

Please sign in to comment.