Skip to content

Commit c17aefa

Browse files
authored
Update package.xml to add authors tag (#9)
1 parent 8db488e commit c17aefa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

greenwave_monitor/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<description>A ROS 2 diagnostic tool for monitoring topic frame rates and latency metrics.</description>
2626
<maintainer email="[email protected]">Sean Gillen</maintainer>
2727
<license>Apache-2.0</license>
28+
<author>Sean Gillen/[email protected], Ann Li/[email protected]></author>
2829

2930
<buildtool_depend>ament_cmake</buildtool_depend>
3031
<buildtool_depend>ament_cmake_python</buildtool_depend>

greenwave_monitor/src/greenwave_monitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void GreenwaveMonitor::topic_callback(
9292

9393
void GreenwaveMonitor::timer_callback()
9494
{
95-
RCLCPP_INFO(this->get_logger(), "\n====================================================");
95+
RCLCPP_INFO(this->get_logger(), "====================================================");
9696
if (message_diagnostics_.empty()) {
9797
RCLCPP_INFO(this->get_logger(), "No topics to monitor");
9898
}

greenwave_monitor_interfaces/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Interfaces for the greenwave_monitor package</description>
77
<maintainer email="[email protected]">Sean Gillen</maintainer>
88
<license>Apache-2.0</license>
9+
<author>Sean Gillen/[email protected], Ann Li/[email protected]></author>
910

1011
<buildtool_depend>ament_cmake</buildtool_depend>
1112
<build_depend>rosidl_default_generators</build_depend>
@@ -15,4 +16,4 @@
1516
<export>
1617
<build_type>ament_cmake</build_type>
1718
</export>
18-
</package>
19+
</package>

0 commit comments

Comments
 (0)