Skip to content

Commit

Permalink
Comented out the information ROS2 printing cuz anoying
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseKapps committed Mar 18, 2024
1 parent f91c49b commit 5c6d87e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def timer_callback(self):
current.data = self.PSM.get_current()
voltage.data = self.PSM.get_voltage()
self.publisher_current.publish(current) #publish current value to the "current topic"
self.get_logger().info('Publishing PSM current: "%s"' % current.data)
# self.get_logger().info('Publishing PSM current: "%s"' % current.data) # Comented out because anoying on the info screen on ROS2
self.publisher_voltage.publish(voltage) #publish voltage value to the "voltge topic"
self.get_logger().info('Publishing PSM voltage: "%s"' % voltage.data)
# self.get_logger().info('Publishing PSM voltage: "%s"' % voltage.data) # Comented out because anoying on the info screen on ROS2


def main(args=None):
Expand Down

0 comments on commit 5c6d87e

Please sign in to comment.