We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf3d92 commit 659afe1Copy full SHA for 659afe1
1 file changed
src/rs_monitor.cpp
@@ -2,11 +2,11 @@
2
3
namespace argus_sensors
4
{
5
- RsMonitor::RsMonitor(const rclcpp::NodeOptions & options)
6
- : Node("rs_monitor", options)
7
- {
8
- RCLCPP_INFO(this->get_logger(), "Initializing RsMonitor...\n");
+RsMonitor::RsMonitor(const rclcpp::NodeOptions & options)
+: Node("rs_monitor", options)
+{
+ RCLCPP_INFO(this->get_logger(), "Initializing RsMonitor...\n");
9
10
- RCLCPP_INFO(this->get_logger(), "RsMonitor Online.\n");
11
- }
12
-}
+ RCLCPP_INFO(this->get_logger(), "RsMonitor Online.\n");
+}
0 commit comments