Skip to content

Commit

Permalink
changes in corner_camera_targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kurenkov committed May 7, 2018
1 parent 88559fd commit d1a61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eurobot_camera/scripts/corner_camera_targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__':
Expand Down

0 comments on commit d1a61b6

Please sign in to comment.