Skip to content

Commit d21a96b

Browse files
committed
stam
Signed-off-by: yaacov <[email protected]>
1 parent 5d23ae6 commit d21a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def query_driver_server(array, car_x, server_url, width=6, height=4, max_retries
102102
Returns:
103103
str: The action returned by the driver server.
104104
"""
105-
# Create the payload similar to the README example
105+
# Create the payload
106106
payload = {
107107
"info": {"car": {"x": car_x, "y": height}}, # Car is at the bottom of the view
108108
"track": array,

0 commit comments

Comments
 (0)