Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"env": {
"server_map": "/Game/Carla/Maps/Town03",
"render": true,
"render_x_res": 800,
Copy link
Copy Markdown
Owner

@praveen-palanisamy praveen-palanisamy Sep 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the extra space in the beginning of this line (Line 6) and the next line (Line 7) so that it aligns with the previous line (Line 5)?
This will maintain readability with uniform visual indent.

"render_y_res": 600,
"x_res": 168,
"y_res": 168,
"framestack": 1,
Expand All @@ -13,7 +15,8 @@
"send_measurements": false,
"enable_planner": true,
"spectator_loc": [140, 68, 9],
"synch_server": true
"sync_server": true,
"fixed_delta_seconds": 0.05
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. Needs a visual indent fix. Please remove the extra space in the beginning.

},
"actors": {
"car1": {
Expand Down Expand Up @@ -77,4 +80,4 @@
"send_measurements": false
}
}
}
}