Skip to content

Commit

Permalink
add: CODEOWNER
Browse files Browse the repository at this point in the history
Signed-off-by: Kasunori-Nakajima <[email protected]>
  • Loading branch information
Kazunori-Nakajima committed Nov 20, 2024
1 parent e55939a commit a6e99ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ common/tier4_screen_capture_rviz_plugin/** [email protected] satoshi.ota
common/tier4_simulated_clock_rviz_plugin/** [email protected]
common/tier4_string_viewer_rviz_plugin/** [email protected]
common/tier4_target_object_type_rviz_plugin/** [email protected]
control/control_debug_tools/** [email protected] [email protected]
control/control_debug_tools/** [email protected] [email protected] [email protected] [email protected]
control/stop_accel_evaluator/** [email protected]
control/vehicle_cmd_analyzer/** [email protected]
control_data_collecting_tool/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def main(args=None):
if monitor.plot:
plt.ion() # Interactive mode on for real-time plot updates
rclpy.spin(monitor)

monitor.destroy_node()
rclpy.shutdown()
if monitor.plot:
Expand Down

0 comments on commit a6e99ad

Please sign in to comment.