Skip to content

Commit

Permalink
Merge pull request #71 from Maximellerbach/fix-conf
Browse files Browse the repository at this point in the history
fix conf issues
  • Loading branch information
Maximellerbach authored Aug 6, 2021
2 parents 484fb8a + 425a696 commit 532bfee
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 72 deletions.
26 changes: 12 additions & 14 deletions examples/gym_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,20 @@ def exit_scene(env):
"body_rgb": (128, 128, 128),
"car_name": "me",
"font_size": 100,
"racer_name": "test",
"country": "USA",
"bio": "I am test client",
"guid": str(uuid.uuid4()),
"start_delay": 1,
"max_cte": 5,
"degPerSweepInc": 2.0,
"degAngDown": 0.0,
"degAngDelta": -1.0,
"numSweepsLevels": 1,
"maxRange": 50.0,
"noise": 0.4,
"offset_x": 0.0,
"offset_y": 0.5,
"offset_z": 0.5,
"rot_x": 0.0,
"lidar_config": {
"degPerSweepInc": 2.0,
"degAngDown": 0.0,
"degAngDelta": -1.0,
"numSweepsLevels": 1,
"maxRange": 50.0,
"noise": 0.4,
"offset_x": 0.0,
"offset_y": 0.5,
"offset_z": 0.5,
"rot_x": 0.0,
},
}

if args.env_name == "all":
Expand Down
Loading

0 comments on commit 532bfee

Please sign in to comment.