Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev_rendering' into dev_rendering
Browse files Browse the repository at this point in the history
# Conflicts:
#	examples/waypoint_follow.py
#	gym/f110_gym/envs/f110_env.py
#	gym/f110_gym/envs/rendering/__init__.py
#	gym/f110_gym/envs/rendering/renderer.py
#	gym/f110_gym/envs/rendering/rendering.yaml
#	gym/f110_gym/envs/rendering/rendering_pygame.py
#	gym/f110_gym/test/test_scan_sim.py
  • Loading branch information
luigiberducci committed Nov 24, 2023
2 parents cacc6db + d34a50f commit 28a9c2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gym/f110_gym/envs/rendering/rendering_fast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
window_size: 800 # px
zoom_in_factor: 0.4 # 1.0 is no zoom, 2.0 is 2x zoom, etc.
focus_on: null # agent id
render_fps: 1000 # Hz
car_length: 0.58 # m
car_width: 0.31 # m
car_tickness: 2 # px
show_wheels: False # bool, if true show vehicle wheels

0 comments on commit 28a9c2b

Please sign in to comment.