atom-robotics-lab / ros-perception-pipeline

This is a ROS 2 based plug-and-play perception pipeline which can be customised to your need
https://atom-robotics-lab.github.io/
8 stars 9 forks source link

Added logger to Object Detection node and Detector Plugins #72

Closed jasmeet0915 closed 2 months ago

jasmeet0915 commented 8 months ago

Name: Added logger to Object Detection node and Detector Plugins

Description 📖

This PR adds a logger member to the ObjectDetection Node, DetectorBase, and Plugins. All the scripts are updated for logging and default log directory is also set in run_devel.sh

Fixes #67

Type of change 📜

Please delete options that are not relevant.

sudo-deep commented 2 months ago

Node logs not being written to file in ROS_LOGS_DIR, unknown ROS issue. Rest of the changes are functional.