Skip to content

Commit c0883d8

Browse files
authored
Update launcher_gazebo.py
1 parent 34d13e7 commit c0883d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manager/launcher/launcher_gazebo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def call_service(service, service_type, request_data="{}"):
14-
command = f"sleep 10;ros2 service call {service} {service_type} '{request_data}'"
14+
command = f"ros2 service call {service} {service_type} '{request_data}'"
1515
try:
1616
p = subprocess.Popen(
1717
[

0 commit comments

Comments
 (0)