-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Code Style On tutorial-solution (#2306)
automated style fixes Co-authored-by: jacksherling <[email protected]>
- Loading branch information
1 parent
1044e75
commit f02da99
Showing
5 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#pragma once | ||
|
||
#include <rclcpp/rclcpp.hpp> | ||
|
||
#include <rj_constants/topic_names.hpp> | ||
|
||
#include "std_msgs/msg/string.hpp" | ||
#include "rj_msgs/msg/team_color.hpp" | ||
#include "std_msgs/msg/string.hpp" | ||
|
||
class SoccerMom : public rclcpp::Node { | ||
public: | ||
SoccerMom(); | ||
|
||
private: | ||
rclcpp::Subscription<rj_msgs::msg::TeamColor>::SharedPtr team_color_sub_; | ||
rclcpp::Publisher<std_msgs::msg::String>::SharedPtr soccer_mom_pub_; | ||
public: | ||
SoccerMom(); | ||
|
||
private: | ||
rclcpp::Subscription<rj_msgs::msg::TeamColor>::SharedPtr team_color_sub_; | ||
rclcpp::Publisher<std_msgs::msg::String>::SharedPtr soccer_mom_pub_; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters