Browse Source

print branded information

pull/5/head
Charlie Kemp 4 years ago
parent
commit
bcc5b5e200
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      stretch_core/nodes/stretch_driver

+ 2
- 0
stretch_core/nodes/stretch_driver View File

@ -1247,6 +1247,8 @@ class StretchBodyNode:
rospy.init_node('stretch_driver')
self.node_name = rospy.get_name()
rospy.loginfo("For use with S T R E T C H (TM) RESEARCH EDITION from Hello Robot Inc.")
rospy.loginfo("{0} started".format(self.node_name))
filename = rospy.get_param('~controller_calibration_file')

Loading…
Cancel
Save