Skip to content

Commit

Permalink
Merge pull request #976 from aginika/add-index-message
Browse files Browse the repository at this point in the history
[jsk_tools] add indexMessage func for Index in terminal
  • Loading branch information
garaemon committed Jun 3, 2015
2 parents da3555e + 2d052a2 commit 88338a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsk_tools/src/jsk_tools/sanity_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ def errorMessage(msg):
print Fore.RED + "[ERROR] %s" % (msg) + Fore.RESET
def warnMessage(msg):
print Fore.YELLOW + "[WARN] %s" % (msg) + Fore.RESET
def indexMessage(msg):
print Fore.LIGHTCYAN_EX + " == %s ==" % (msg) + Fore.RESET

from sensor_msgs.msg import Image, JointState, Imu

class TopicPublishedChecker():
Expand Down

0 comments on commit 88338a7

Please sign in to comment.