ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
143 stars 63 forks source link

Incorrect logging method used in cia402_data.hpp #207

Closed jclinton830 closed 11 months ago

jclinton830 commented 11 months ago

During the startup of the bus for CIA402 devices the cia402_data.hpp in this line prints out the device and its node ID on the terminal. Currently, it uses the RCLCPP_ERROR method instead of RCLCPP_INFO

To Reproduce Run robot_control_setup.launch.py to reproduce

Logs

Setup:

hellantos commented 11 months ago

Duplicate of #179. Happy to take PRs.