Skip to content

Commit

Permalink
pulling blank map from follow / set correct cornering values from the…
Browse files Browse the repository at this point in the history
… gym
  • Loading branch information
AhmadAmine998 committed Jan 29, 2025
1 parent 50db444 commit 2a7fb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/waypoint_follow.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def main():
env = gym.make(
"f1tenth_gym:f1tenth-v0",
config={
"map": "Spielberg",
"map": "Spielberg_blank",
"num_agents": num_agents,
"timestep": 0.01,
"integrator": "rk4",
Expand Down
4 changes: 2 additions & 2 deletions f1tenth_gym/envs/f110_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ def fullscale_vehicle_params(cls) -> dict:
def f1fifth_vehicle_params(cls) -> dict:
params = {
"mu": 1.1,
"C_Sf": 1.3507,
"C_Sr": 1.3507,
"C_Sf": 5.3507,
"C_Sr": 5.3507,
"lf": 0.2725,
"lr": 0.2585,
"h": 0.1825,
Expand Down

0 comments on commit 2a7fb1c

Please sign in to comment.