diff --git a/eurobot_camera/scripts/corner_camera_targeting.py b/eurobot_camera/scripts/corner_camera_targeting.py index 511f1f7..c60ed71 100755 --- a/eurobot_camera/scripts/corner_camera_targeting.py +++ b/eurobot_camera/scripts/corner_camera_targeting.py @@ -75,7 +75,7 @@ def cmd_callback(data): is_active = True if data_splitted[1] == "finish": is_active = False - rospy.loginfo("Receive command " + data_splitted[1]) + rospy.loginfo("Receive command: " + data.data) if __name__ == '__main__':