This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import rospy | |
from __future__ import print_function | |
from controller_manager_msgs.srv import * | |
n = 1000 | |
def srv_test_slow(): | |
t1 = time.time() | |
for i in range(n): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header: | |
seq: 17 | |
stamp: | |
secs: 1398930444 | |
nsecs: 601168584 | |
frame_id: '' | |
goal_id: | |
stamp: | |
secs: 1398930444 | |
nsecs: 601169114 |